Skip to content

Commit 0484b2e

Browse files
authored
Merge pull request #1649 from scala-steward-org/topic/immutable-refs-cats-2-2-0-migration
Use immutable references for the Cats 2.2.0 Scalafix migration
2 parents 13af8dd + 184e5d3 commit 0484b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ migrations = [
9494
groupId: "org.typelevel",
9595
artifactIds: ["cats-core"],
9696
newVersion: "2.2.0",
97-
rewriteRules: ["github:typelevel/cats/Cats_v2_2_0"],
98-
doc: "https://github.com/typelevel/cats/blob/master/scalafix/README.md#migration-to-cats-v220",
97+
rewriteRules: ["github:typelevel/cats/Cats_v2_2_0?sha=v2.2.0"],
98+
doc: "https://github.com/typelevel/cats/blob/v2.2.0/scalafix/README.md#migration-to-cats-v220",
9999
scalacOptions: ["-P:semanticdb:synthetics:on"]
100100
},
101101
{

0 commit comments

Comments
 (0)