Skip to content

Commit 160dd8d

Browse files
committed
Use an immutable reference for the Cats Effect 2.4.0 migration
1 parent 65d7c7d commit 160dd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ migrations = [
121121
groupId: "org.typelevel",
122122
artifactIds: ["cats-effect", "cats-effect-laws"],
123123
newVersion: "2.4.0",
124-
rewriteRules: ["github:typelevel/cats-effect/v2_4_0?sha=series/2.x"],
124+
rewriteRules: ["github:typelevel/cats-effect/v2_4_0?sha=v2.4.0"],
125125
doc: "https://github.com/typelevel/cats-effect/blob/v2.4.0/scalafix/README.md"
126126
},
127127
{

0 commit comments

Comments
 (0)