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.
2 parents 7bea164 + ebc5ae7 commit a09a734Copy full SHA for a09a734
modules/core/src/main/resources/scalafix-migrations.conf
@@ -226,5 +226,13 @@ migrations = [
226
doc: "https://github.com/scala/scala-collection-compat#collection213upgrade",
227
rewriteRules: ["dependency:Collection213Upgrade@org.scala-lang.modules:scala-collection-migrations:2.8.1"],
228
scalacOptions: ["-P:semanticdb:synthetics:on"]
229
+ },
230
+ {
231
+ groupId: "io.github.davidgregory084",
232
+ artifactIds: ["sbt-tpolecat"],
233
+ newVersion: "0.5.0",
234
+ doc: "https://github.com/typelevel/sbt-tpolecat/blob/main/CHANGELOG.md#050",
235
+ rewriteRules: ["github:typelevel/sbt-tpolecat/v0_5?sha=v0.5.0"],
236
+ target: "build"
237
}
238
]
0 commit comments