Skip to content

Commit c05e81b

Browse files
authored
Update build.mill
1 parent 9cc0f7f commit c05e81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.mill

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ object Settings {
3737
)
3838
val docTags: Seq[String] = Seq(
3939
"0.11.13",
40-
"0.12.6"
40+
"0.12.7"
4141
)
4242
val mimaBaseVersions: Seq[String] =
4343
0.to(13).map("0.11." + _) ++
44-
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5", "0.12.6")
44+
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")
4545

4646
val graalvmJvmId = "graalvm-community:23.0.1"
4747
}

0 commit comments

Comments
 (0)