Skip to content

Commit

Permalink
Update build.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Feb 1, 2025
1 parent 9cc0f7f commit c05e81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ object Settings {
)
val docTags: Seq[String] = Seq(
"0.11.13",
"0.12.6"
"0.12.7"
)
val mimaBaseVersions: Seq[String] =
0.to(13).map("0.11." + _) ++
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5", "0.12.6")
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5", "0.12.6", "0.12.7")

val graalvmJvmId = "graalvm-community:23.0.1"
}
Expand Down

0 comments on commit c05e81b

Please sign in to comment.