Skip to content

Commit

Permalink
Add all major zinc versions to mimaPreviousArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 19, 2024
1 parent 92b1cbf commit 7aa4a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def mimaSettings: Seq[Setting[?]] = Seq(
"1.5.0",
"1.6.0",
"1.7.0",
"1.8.0",
"1.9.0",
"1.10.0",
)
val versions =
if (scalaVersion.value.startsWith("2.12.")) pre140 ++ post140
Expand Down

0 comments on commit 7aa4a1f

Please sign in to comment.