Skip to content

Commit a09a734

Browse files
authored
Merge pull request #3126 from opencastsoftware/sbt-tpolecat-scalafix-migration
Add a Scalafix migration for sbt-tpolecat v0.5.0
2 parents 7bea164 + ebc5ae7 commit a09a734

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,13 @@ migrations = [
226226
doc: "https://github.com/scala/scala-collection-compat#collection213upgrade",
227227
rewriteRules: ["dependency:[email protected]:scala-collection-migrations:2.8.1"],
228228
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"
229237
}
230238
]

0 commit comments

Comments
 (0)