Skip to content

Commit ebc5ae7

Browse files
Use old group ID in sbt-tpolecat Scalafix migration
1 parent 0f2e81e commit ebc5ae7

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
@@ -228,7 +228,7 @@ migrations = [
228228
scalacOptions: ["-P:semanticdb:synthetics:on"]
229229
},
230230
{
231-
groupId: "org.typelevel",
231+
groupId: "io.github.davidgregory084",
232232
artifactIds: ["sbt-tpolecat"],
233233
newVersion: "0.5.0",
234234
doc: "https://github.com/typelevel/sbt-tpolecat/blob/main/CHANGELOG.md#050",

0 commit comments

Comments
 (0)