Skip to content

Commit

Permalink
Update Mill 0.11 to 0.11.0-M9 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored May 19, 2023
1 parent d105484 commit b12bfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ val latestMillDevVersion: Option[String] = {
}

val millVersions = latestMillDevVersion match {
case None => Seq("0.9.12", "0.10.0", "0.11.0-M8")
case None => Seq("0.9.12", "0.10.0", "0.11.0-M9")
case Some(version) => Seq(version)
}
val itestMillVersions = latestMillDevVersion match {
case None => Seq("0.9.12", "0.10.0", "0.10.12", "0.11.0-M8")
case None => Seq("0.9.12", "0.10.0", "0.10.12", "0.11.0-M9")
case Some(version) => Seq(version)
}
val millBinaryVersions = millVersions.map(millBinaryVersion)
Expand Down

0 comments on commit b12bfb6

Please sign in to comment.