Skip to content

Commit

Permalink
Merge pull request #3573 from scala-steward-org/topic/double-colon
Browse files Browse the repository at this point in the history
Use modern syntax for `dependency:` Scalafix rules
  • Loading branch information
fthomas authored Feb 2, 2025
2 parents 3f58890 + 47a46fc commit c1848e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/core/src/main/resources/scalafix-migrations.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ migrations = [
groupId: "com.typesafe.akka",
artifactIds: ["akka-http.*"],
newVersion: "10.2.0",
rewriteRules: ["dependency:MigrateToServerBuilder@com.typesafe.akka:akka-http-scalafix-rules:10.2.0"],
rewriteRules: ["dependency:MigrateToServerBuilder@com.typesafe.akka::akka-http-scalafix-rules:10.2.0"],
doc: "https://doc.akka.io/docs/akka-http/10.2/migration-guide/migration-guide-10.2.x.html#akka-http-10-1-x-10-2-0"
},
{
Expand Down Expand Up @@ -112,7 +112,7 @@ migrations = [
groupId: "org.http4s",
artifactIds: ["http4s-.*"],
newVersion: "0.21.5",
rewriteRules: ["dependency:v0_21@org.http4s:http4s-scalafix:0.21.5"],
rewriteRules: ["dependency:v0_21@org.http4s::http4s-scalafix:0.21.5"],
doc: "https://github.com/http4s/http4s/releases/tag/v0.21.5"
},
{
Expand Down Expand Up @@ -216,7 +216,7 @@ migrations = [
groupId: "io.catbird",
artifactIds: ["catbird-effect", "catbird-effect3", "catbird-finagle", "catbird-util"],
newVersion: "22.4.0",
rewriteRules: ["dependency:RenameIoCatbirdPackage@org.typelevel:catbird-scalafix:22.4.0"]
rewriteRules: ["dependency:RenameIoCatbirdPackage@org.typelevel::catbird-scalafix:22.4.0"]
},
{
groupId: "io.janstenpickle",
Expand All @@ -230,7 +230,7 @@ migrations = [
artifactIds: ["scala-library", "scala-compiler", "scala-reflect", "scalap"],
newVersion: "2.13.0",
doc: "https://github.com/scala/scala-collection-compat#collection213upgrade",
rewriteRules: ["dependency:Collection213Upgrade@org.scala-lang.modules:scala-collection-migrations:2.8.1"],
rewriteRules: ["dependency:Collection213Upgrade@org.scala-lang.modules::scala-collection-migrations:2.8.1"],
scalacOptions: ["-P:semanticdb:synthetics:on"]
},
{
Expand All @@ -245,13 +245,13 @@ migrations = [
groupId: "org.typelevel",
artifactIds: ["otel4s-.*"],
newVersion: "0.5.0",
rewriteRules: ["dependency:V0_5_0Rewrites@org.typelevel:otel4s-scalafix: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"]
rewriteRules: ["dependency:V0_3_0Rewrites@org.typelevel::feral-scalafix:0.3.0"]
},
{
groupId: "dev.zio",
Expand Down

0 comments on commit c1848e2

Please sign in to comment.