Skip to content

Commit 7512f9b

Browse files
authored
Add Scalafix migration for Cats Effect 3.0.0 (#1940)
* Add Scalafix migration for Cats Effect 3.0.0 * Also run the migration if we're just bumping cats-effect-laws
1 parent dfa80e7 commit 7512f9b

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
@@ -124,6 +124,14 @@ migrations = [
124124
rewriteRules: ["github:typelevel/cats-effect/v2_4_0?sha=series/2.x"],
125125
doc: "https://github.com/typelevel/cats-effect/blob/v2.4.0/scalafix/README.md"
126126
},
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+
},
127135
{
128136
groupId: "org.typelevel",
129137
artifactIds: ["cats-parse"],

0 commit comments

Comments
 (0)