Skip to content

Commit

Permalink
Update Mill setup and version to 0.11.7-17-17dea9 (#3050)
Browse files Browse the repository at this point in the history
Pull request: #3050
  • Loading branch information
lefou committed Feb 27, 2024
1 parent 65eedfe commit 126f574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/mill-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.11.6-61-710ac8
0.11.7-17-17dea9

2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Settings {
"0.11.0-M7"
)
val docTags: Seq[String] = Seq()
val mimaBaseVersions: Seq[String] = 0.to(6).map("0.11." + _)
val mimaBaseVersions: Seq[String] = 0.to(7).map("0.11." + _)
}

object Deps {
Expand Down

0 comments on commit 126f574

Please sign in to comment.