Skip to content

Commit

Permalink
Merge pull request #3355 from armanbilge/patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed May 10, 2024
2 parents 767fcfe + 0a0b6ba commit 667eeda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core/src/main/resources/scalafix-migrations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,11 @@ migrations = [
artifactIds: ["otel4s-.*"],
newVersion: "0.5.0",
rewriteRules: ["dependency:V0_5_0Rewrites@org.typelevel:otel4s-scalafix:0.5.0"]
},
{
groupId: "org.typelevel",
artifactIds: ["feral-.*"],
newVersion: "0.3.0",
rewriteRules: ["dependency:V0_3_0Rewrites@org.typelevel:feral-scalafix:0.3.0"]
}
]

0 comments on commit 667eeda

Please sign in to comment.