-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new version of artifact-migrations file
This adds a new default file for artifacts migrations that does not contain the `initialVersion` fields. Since older Scala Steward instances load the list of artifact migrations from this repository, removing fields is a backward-incompatible change so that we cannot remove them in the old default file. See #2455 and #2472 for context.
- Loading branch information
Showing
4 changed files
with
250 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
247 changes: 247 additions & 0 deletions
247
modules/core/src/main/resources/artifact-migrations.v2.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,247 @@ | ||
changes = [ | ||
{ | ||
groupIdBefore = com.eed3si9n | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-unidoc | ||
}, | ||
{ | ||
groupIdBefore = com.cavorite | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-avro | ||
}, | ||
{ | ||
groupIdBefore = com.geirsson | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-ci-release | ||
}, | ||
{ | ||
groupIdBefore = com.github.julien-truffaut | ||
groupIdAfter = dev.optics | ||
artifactIdAfter = monocle-core | ||
}, | ||
{ | ||
groupIdBefore = com.github.julien-truffaut | ||
groupIdAfter = dev.optics | ||
artifactIdAfter = monocle-macro | ||
}, | ||
{ | ||
groupIdBefore = com.github.julien-truffaut | ||
groupIdAfter = dev.optics | ||
artifactIdAfter = monocle-laws | ||
}, | ||
{ | ||
groupIdBefore = com.github.julien-truffaut | ||
groupIdAfter = dev.optics | ||
artifactIdAfter = monocle-refined | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-argonaut | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-circe | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-core | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-json-common | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-json4s-common | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-json4s-jackson | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-json4s-native | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-play-json | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-play | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-spray-json | ||
}, | ||
{ | ||
groupIdBefore = com.pauldijou | ||
groupIdAfter = com.github.jwt-scala | ||
artifactIdAfter = jwt-upickle | ||
}, | ||
{ | ||
groupIdBefore = com.github.gseitz | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-protobuf | ||
}, | ||
{ | ||
groupIdBefore = com.github.gseitz | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-release | ||
}, | ||
{ | ||
groupIdBefore = com.twilio | ||
groupIdAfter = dev.guardrail | ||
artifactIdAfter = guardrail | ||
}, | ||
{ | ||
groupIdBefore = com.twilio | ||
groupIdAfter = dev.guardrail | ||
artifactIdAfter = sbt-guardrail-core | ||
}, | ||
{ | ||
groupIdBefore = com.twilio | ||
groupIdAfter = dev.guardrail | ||
artifactIdAfter = sbt-guardrail | ||
}, | ||
{ | ||
groupIdBefore = com.typesafe.sbt | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-native-packager | ||
}, | ||
{ | ||
groupIdBefore = com.typesafe.sbt | ||
groupIdAfter = com.typesafe.play | ||
artifactIdAfter = sbt-twirl | ||
}, | ||
{ | ||
groupIdBefore = com.jsuereth | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-pgp | ||
}, | ||
{ | ||
groupIdBefore = com.geirsson | ||
groupIdAfter = org.scalameta | ||
artifactIdAfter = sbt-scalafmt | ||
}, | ||
{ | ||
groupIdBefore = com.github.mpilquist | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = simulacrum | ||
}, | ||
{ | ||
groupIdBefore = io.chrisdavenport | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = log4cats-core | ||
}, | ||
{ | ||
groupIdBefore = io.chrisdavenport | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = log4cats-noop | ||
}, | ||
{ | ||
groupIdBefore = io.chrisdavenport | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = log4cats-slf4j | ||
}, | ||
{ | ||
groupIdBefore = io.chrisdavenport | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = log4cats-testing | ||
}, | ||
{ | ||
groupIdBefore = net.ceedubs | ||
groupIdAfter = com.iheart | ||
artifactIdAfter = ficus | ||
}, | ||
{ | ||
groupIdBefore = org.spire-math | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = kind-projector | ||
}, | ||
{ | ||
groupIdAfter = org.scalatestplus | ||
artifactIdBefore = junit-4-12 | ||
artifactIdAfter = junit-4-13 | ||
}, | ||
{ | ||
groupIdAfter = org.scalatestplus | ||
artifactIdBefore = mockito-3-3 | ||
artifactIdAfter = mockito-3-4 | ||
}, | ||
{ | ||
groupIdAfter = org.scalatestplus | ||
artifactIdBefore = scalacheck-1-14 | ||
artifactIdAfter = scalacheck-1-15 | ||
}, | ||
{ | ||
groupIdBefore = io.github.nafg | ||
groupIdAfter = io.github.nafg.slick-migration-api | ||
artifactIdAfter = slick-migration-api | ||
}, | ||
{ | ||
groupIdBefore = io.github.nafg | ||
groupIdAfter = io.github.nafg.slick-migration-api | ||
artifactIdAfter = slick-migration-api-flyway | ||
}, | ||
{ | ||
groupIdAfter = com.github.alexarchambault | ||
artifactIdBefore = scalacheck-shapeless_1.14 | ||
artifactIdAfter = scalacheck-shapeless_1.15 | ||
}, | ||
{ | ||
groupIdAfter = com.github.alexarchambault | ||
artifactIdBefore = argonaut-shapeless_6.2 | ||
artifactIdAfter = argonaut-shapeless_6.3 | ||
}, | ||
{ | ||
groupIdAfter = com.github.alexarchambault | ||
artifactIdBefore = argonaut-refined_6.2 | ||
artifactIdAfter = argonaut-refined_6.3 | ||
}, | ||
{ | ||
groupIdBefore = com.kubukoz | ||
groupIdAfter = org.polyvariant | ||
artifactIdAfter = better-tostring | ||
}, | ||
{ | ||
groupIdBefore = com.novocode | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = junit-interface | ||
}, | ||
{ | ||
groupIdBefore = com.xebia | ||
groupIdAfter = nl.wehkamp.cakemix | ||
artifactIdAfter = cakemix | ||
}, | ||
{ | ||
groupIdBefore = io.chrisdavenport | ||
groupIdAfter = org.typelevel | ||
artifactIdAfter = cats-time | ||
}, | ||
{ | ||
groupIdBefore = com.lightbend.sbt | ||
groupIdAfter = com.github.sbt | ||
artifactIdAfter = sbt-proguard | ||
}, | ||
{ | ||
groupIdBefore = ky.korins | ||
groupIdAfter = pt.kcry | ||
artifactIdAfter = sha | ||
}, | ||
{ | ||
groupIdBefore = ky.korins | ||
groupIdAfter = pt.kcry | ||
artifactIdAfter = blake3 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters