Skip to content

Commit

Permalink
Add scalafix migrations for feral v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed May 9, 2024
1 parent 767fcfe commit 0a0b6ba
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:[email protected]:otel4s-scalafix:0.5.0"]
},
{
groupId: "org.typelevel",
artifactIds: ["feral-.*"],
newVersion: "0.3.0",
rewriteRules: ["dependency:[email protected]:feral-scalafix:0.3.0"]
}
]

0 comments on commit 0a0b6ba

Please sign in to comment.