Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/core/src/main/resources/scalafix-migrations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ migrations = [
rewriteRules: ["https://gist.githubusercontent.com/fthomas/ea14d58e1b445d8038a5bc22acf751e8/raw/e1180c91dab0b36d8f9ec37d413ef9507bee67ff/log4cats-1.2.0.scala"],
authors: ["Frank Thomas <[email protected]>"]
},
{
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-.*"],
Expand Down