Skip to content

Commit

Permalink
Update mill-main, mill-scalalib to 0.11.0-M7 (#144)
Browse files Browse the repository at this point in the history
Pull request: #144
  • Loading branch information
scala-steward authored Mar 30, 2023
1 parent 648bbf4 commit addd664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sealed trait CrossConfig {
val millApiCrossVersions = Seq(
new CrossConfig {
override def millPlatform = minMillVersion // only valid for exact milestone releases
override def minMillVersion: String = "0.11.0-M6" // needs to be an exact milestone release
override def minMillVersion: String = "0.11.0-M7" // needs to be an exact milestone release
override def scalaVersion = "2.13.10"
override def testWithMill: Seq[String] = Seq(minMillVersion)
},
Expand Down

0 comments on commit addd664

Please sign in to comment.