We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f163cc0 commit 7f35c17Copy full SHA for 7f35c17
modules/core/src/main/resources/scalafix-migrations.conf
@@ -5,6 +5,12 @@ migrations = [
5
newVersion: "1.0.0",
6
rewriteRules: ["github:functional-streams-for-scala/fs2/v1?sha=v1.0.5"]
7
},
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
+ },
14
{
15
groupId: "com.spotify",
16
artifactIds: ["scio-.*"],
0 commit comments