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.
1 parent dfa80e7 commit 7512f9bCopy full SHA for 7512f9b
modules/core/src/main/resources/scalafix-migrations.conf
@@ -124,6 +124,14 @@ migrations = [
124
rewriteRules: ["github:typelevel/cats-effect/v2_4_0?sha=series/2.x"],
125
doc: "https://github.com/typelevel/cats-effect/blob/v2.4.0/scalafix/README.md"
126
},
127
+ {
128
+ groupId: "org.typelevel",
129
+ artifactIds: ["cats-effect", "cats-effect-laws"],
130
+ newVersion: "3.0.0",
131
+ rewriteRules: ["github:typelevel/cats-effect/v3_0_0?sha=series/3.x"],
132
+ doc: "https://github.com/typelevel/cats-effect/blob/ce3-migration-guide/migration-guide.md",
133
+ scalacOptions: ["-P:semanticdb:synthetics:on"]
134
+ },
135
{
136
groupId: "org.typelevel",
137
artifactIds: ["cats-parse"],
0 commit comments