Skip to content

Commit 26a641f

Browse files
authored
Merge pull request #2023 from bplommer/patch-2
Bugfix for fs2-kafka scalafix migration
2 parents 24090f1 + 235eb84 commit 26a641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ migrations = [
99
groupId: "com.github.fd4s",
1010
artifactIds: ["fs2-kafka"],
1111
newVersion: "1.3.1",
12-
rewriteRules: ["https://raw.githubusercontent.com/fd4s/fs2-kafka/be2b888a1cf04de2d6416fda9d48bca37a8b056e/scalafix/rules/src/main/scala/fix/Fs2Kafka.scala"]
12+
rewriteRules: ["https://raw.githubusercontent.com/fd4s/fs2-kafka/fe62ecdd7f204aa70f4249c29c44d4ad60f7947c/scalafix/rules/src/main/scala/fix/Fs2Kafka.scala"]
1313
},
1414
{
1515
groupId: "com.spotify",

0 commit comments

Comments
 (0)