Skip to content

Commit

Permalink
Merge pull request #1904 from bplommer/patch-1
Browse files Browse the repository at this point in the history
Add scalafix migrations for fd4s/fs2-kafka
  • Loading branch information
fthomas authored Jan 25, 2021
2 parents f163cc0 + d0305a4 commit cb0ed70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core/src/main/resources/scalafix-migrations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ migrations = [
newVersion: "1.0.0",
rewriteRules: ["github:functional-streams-for-scala/fs2/v1?sha=v1.0.5"]
},
{
groupId: "com.github.fd4s",
artifactIds: ["fs2-kafka"],
newVersion: "1.3.1",
rewriteRules: ["https://raw.githubusercontent.com/fd4s/fs2-kafka/be2b888a1cf04de2d6416fda9d48bca37a8b056e/scalafix/rules/src/main/scala/fix/Fs2Kafka.scala"]
},
{
groupId: "com.spotify",
artifactIds: ["scio-.*"],
Expand Down

0 comments on commit cb0ed70

Please sign in to comment.