Skip to content

Commit 9c87283

Browse files
satabinmzuehlke
authored andcommitted
Add fs2-data-json migrations
These migrations attempt to rewrite some pattern that can be improved in the new release
1 parent b2829c7 commit 9c87283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ migrations = [
8989
rewriteRules: ["https://gist.githubusercontent.com/fthomas/ea14d58e1b445d8038a5bc22acf751e8/raw/e1180c91dab0b36d8f9ec37d413ef9507bee67ff/log4cats-1.2.0.scala"],
9090
authors: ["Frank Thomas <[email protected]>"]
9191
},
92+
{
93+
groupId: "org.gnieh,
94+
artifactIds: ["fs2-data-json.*"],
95+
newVersion: "1.8.0",
96+
rewriteRules: ["github:gnieh/fs2-data/json-parse?sha=v1.8.0"]
97+
},
9298
{
9399
groupId: "org.http4s",
94100
artifactIds: ["http4s-.*"],

0 commit comments

Comments
 (0)