Skip to content

Commit

Permalink
Add 1.1.0 to MiMa checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jun 9, 2024
1 parent 43aeb0e commit 48fec36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ val publishSettings = Seq(
val mimaSettings = Seq(
mimaPreviousArtifacts := {
val previousVersions = moduleName.value match {
case "chimney-macro-commons" => Set("1.0.0-RC1", "1.0.0")
case "chimney" => Set("1.0.0-RC1", "1.0.0")
case "chimney-cats" => Set("1.0.0-RC1", "1.0.0")
case "chimney-java-collections" => Set("1.0.0-RC1", "1.0.0")
case "chimney-protobufs" => Set("1.0.0-RC1", "1.0.0")
case "chimney-macro-commons" => Set("1.0.0-RC1", "1.0.0", "1.1.0")
case "chimney" => Set("1.0.0-RC1", "1.0.0", "1.1.0")
case "chimney-cats" => Set("1.0.0-RC1", "1.0.0", "1.1.0")
case "chimney-java-collections" => Set("1.0.0-RC1", "1.0.0", "1.1.0")
case "chimney-protobufs" => Set("1.0.0-RC1", "1.0.0", "1.1.0")
case _ => Set()
}
previousVersions.map(organization.value %% moduleName.value % _)
Expand Down

0 comments on commit 48fec36

Please sign in to comment.