Skip to content

Commit

Permalink
build: align mima for 10.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Nov 19, 2024
1 parent 9331c0a commit a861201
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 a861201

Please sign in to comment.