Skip to content

Commit 7f35c17

Browse files
authored
Add scalafix migrations for fd4s/fs2-kafka
1 parent f163cc0 commit 7f35c17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/core/src/main/resources/scalafix-migrations.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ migrations = [
55
newVersion: "1.0.0",
66
rewriteRules: ["github:functional-streams-for-scala/fs2/v1?sha=v1.0.5"]
77
},
8+
{
9+
groupId: "com.github.fd4s",
10+
artifactIds: ["fs2-kafka-.*"],
11+
newVersion: "1.3.1",
12+
rewriteRules: ["https://raw.githubusercontent.com/fd4s/fs2-kafka/be2b888a1cf04de2d6416fda9d48bca37a8b056e/scalafix/rules/src/main/scala/fix/Fs2Kafka.scala"]
13+
},
814
{
915
groupId: "com.spotify",
1016
artifactIds: ["scio-.*"],

0 commit comments

Comments
 (0)