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 13af8dd + 184e5d3 commit 0484b2eCopy full SHA for 0484b2e
modules/core/src/main/resources/scalafix-migrations.conf
@@ -94,8 +94,8 @@ migrations = [
94
groupId: "org.typelevel",
95
artifactIds: ["cats-core"],
96
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",
+ rewriteRules: ["github:typelevel/cats/Cats_v2_2_0?sha=v2.2.0"],
+ doc: "https://github.com/typelevel/cats/blob/v2.2.0/scalafix/README.md#migration-to-cats-v220",
99
scalacOptions: ["-P:semanticdb:synthetics:on"]
100
},
101
{
0 commit comments