Skip to content

Commit

Permalink
Merge pull request #4452 from sebastian-alfers/mima-for-10.7.0
Browse files Browse the repository at this point in the history
build: align mima for 10.7.0 release
  • Loading branch information
sebastian-alfers authored Nov 19, 2024
2 parents 9331c0a + a861201 commit 27ee958
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/MiMa.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ object MiMa extends AutoPlugin {
"10.6.3"
)

val `10.7-versions` = Set(
"10.7.0"
)

val pre3Versions = `10.2-versions` ++ `10.4-versions`

val post3Versions = `10.6-versions`
val post3Versions = `10.6-versions` ++ `10.7-versions`

lazy val latestVersion = pre3Versions.max(versionOrdering)
lazy val latest102Version = `10.2-versions`.max(versionOrdering)
Expand Down

0 comments on commit 27ee958

Please sign in to comment.