@@ -79,7 +79,7 @@ migrations = [
79
79
groupId: "com.typesafe.akka",
80
80
artifactIds: ["akka-http.*"],
81
81
newVersion: "10.2.0",
82
- rewriteRules: ["dependency:
[email protected] :akka-http-scalafix-rules:10.2.0"],
82
+ rewriteRules: ["dependency:
[email protected] :
: akka-http-scalafix-rules:10.2.0"],
83
83
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"
84
84
},
85
85
{
@@ -112,7 +112,7 @@ migrations = [
112
112
groupId: "org.http4s",
113
113
artifactIds: ["http4s-.*"],
114
114
newVersion: "0.21.5",
115
- rewriteRules: ["dependency:
[email protected] :http4s-scalafix:0.21.5"],
115
+ rewriteRules: ["dependency:
[email protected] :
: http4s-scalafix:0.21.5"],
116
116
doc: "https://github.com/http4s/http4s/releases/tag/v0.21.5"
117
117
},
118
118
{
@@ -216,7 +216,7 @@ migrations = [
216
216
groupId: "io.catbird",
217
217
artifactIds: ["catbird-effect", "catbird-effect3", "catbird-finagle", "catbird-util"],
218
218
newVersion: "22.4.0",
219
- rewriteRules: ["dependency:
[email protected] :catbird-scalafix:22.4.0"]
219
+ rewriteRules: ["dependency:
[email protected] :
: catbird-scalafix:22.4.0"]
220
220
},
221
221
{
222
222
groupId: "io.janstenpickle",
@@ -230,7 +230,7 @@ migrations = [
230
230
artifactIds: ["scala-library", "scala-compiler", "scala-reflect", "scalap"],
231
231
newVersion: "2.13.0",
232
232
doc: "https://github.com/scala/scala-collection-compat#collection213upgrade",
233
- rewriteRules: ["dependency:
[email protected] :scala-collection-migrations:2.8.1"],
233
+ rewriteRules: ["dependency:
[email protected] :
: scala-collection-migrations:2.8.1"],
234
234
scalacOptions: ["-P:semanticdb:synthetics:on"]
235
235
},
236
236
{
@@ -245,13 +245,13 @@ migrations = [
245
245
groupId: "org.typelevel",
246
246
artifactIds: ["otel4s-.*"],
247
247
newVersion: "0.5.0",
248
- rewriteRules: ["dependency:
[email protected] :otel4s-scalafix:0.5.0"]
248
+ rewriteRules: ["dependency:
[email protected] :
: otel4s-scalafix:0.5.0"]
249
249
},
250
250
{
251
251
groupId: "org.typelevel",
252
252
artifactIds: ["feral-.*"],
253
253
newVersion: "0.3.0",
254
- rewriteRules: ["dependency:
[email protected] :feral-scalafix:0.3.0"]
254
+ rewriteRules: ["dependency:
[email protected] :
: feral-scalafix:0.3.0"]
255
255
},
256
256
{
257
257
groupId: "dev.zio",
0 commit comments