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 b2829c7 commit 9c87283Copy full SHA for 9c87283
modules/core/src/main/resources/scalafix-migrations.conf
@@ -89,6 +89,12 @@ migrations = [
89
rewriteRules: ["https://gist.githubusercontent.com/fthomas/ea14d58e1b445d8038a5bc22acf751e8/raw/e1180c91dab0b36d8f9ec37d413ef9507bee67ff/log4cats-1.2.0.scala"],
90
authors: ["Frank Thomas <frank@timepit.eu>"]
91
},
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
+ },
98
{
99
groupId: "org.http4s",
100
artifactIds: ["http4s-.*"],
0 commit comments