Skip to content

Commit d0305a4

Browse files
authored
Fix artifact name
1 parent 7f35c17 commit d0305a4

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
@@ -7,7 +7,7 @@ migrations = [
77
},
88
{
99
groupId: "com.github.fd4s",
10-
artifactIds: ["fs2-kafka-.*"],
10+
artifactIds: ["fs2-kafka"],
1111
newVersion: "1.3.1",
1212
rewriteRules: ["https://raw.githubusercontent.com/fd4s/fs2-kafka/be2b888a1cf04de2d6416fda9d48bca37a8b056e/scalafix/rules/src/main/scala/fix/Fs2Kafka.scala"]
1313
},

0 commit comments

Comments
 (0)