diff --git a/modules/core/src/main/resources/scalafix-migrations.conf b/modules/core/src/main/resources/scalafix-migrations.conf index d5afaf348b..1ad3ad68cf 100644 --- a/modules/core/src/main/resources/scalafix-migrations.conf +++ b/modules/core/src/main/resources/scalafix-migrations.conf @@ -89,6 +89,13 @@ migrations = [ rewriteRules: ["https://gist.githubusercontent.com/fthomas/ea14d58e1b445d8038a5bc22acf751e8/raw/e1180c91dab0b36d8f9ec37d413ef9507bee67ff/log4cats-1.2.0.scala"], authors: ["Frank Thomas "] }, + { + groupId: "org.gnieh", + artifactIds: ["fs2-data-json.*"], + newVersion: "1.8.0", + rewriteRules: ["github:gnieh/fs2-data/json-parse?sha=v1.8.0"], + doc: "https://github.com/scala-steward-org/scala-steward/pull/3123" + }, { groupId: "org.http4s", artifactIds: ["http4s-.*"],