Skip to content

Commit

Permalink
Rebootstrap on 0.12.4 (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 17, 2024
1 parent 4a487e4 commit 2d77e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3-75-c2bc74
0.12.4
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ object Settings {
)
val docTags: Seq[String] = Seq(
"0.11.13",
"0.12.3"
"0.12.4"
)
val mimaBaseVersions: Seq[String] =
0.to(13).map("0.11." + _) ++
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3")
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4")
}

object Deps {
Expand Down

0 comments on commit 2d77e15

Please sign in to comment.