diff --git a/modules/core/src/main/resources/scalafix-migrations.conf b/modules/core/src/main/resources/scalafix-migrations.conf index 1ad3ad68cf..8c02478a72 100644 --- a/modules/core/src/main/resources/scalafix-migrations.conf +++ b/modules/core/src/main/resources/scalafix-migrations.conf @@ -226,5 +226,13 @@ migrations = [ doc: "https://github.com/scala/scala-collection-compat#collection213upgrade", rewriteRules: ["dependency:Collection213Upgrade@org.scala-lang.modules:scala-collection-migrations:2.8.1"], scalacOptions: ["-P:semanticdb:synthetics:on"] + }, + { + groupId: "io.github.davidgregory084", + artifactIds: ["sbt-tpolecat"], + newVersion: "0.5.0", + doc: "https://github.com/typelevel/sbt-tpolecat/blob/main/CHANGELOG.md#050", + rewriteRules: ["github:typelevel/sbt-tpolecat/v0_5?sha=v0.5.0"], + target: "build" } ]