Skip to content

Commit

Permalink
Added Mill 0.10.12 to itest cases (#152)
Browse files Browse the repository at this point in the history
Pull request: #152
  • Loading branch information
lefou authored Apr 28, 2023
1 parent cf91aeb commit b02e830
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 @@ -35,7 +35,7 @@ val millApiCrossVersions = Seq(
override def millPlatform = "0.10"
override def minMillVersion: String = "0.10.0" // scala-steward:off
override def scalaVersion = "2.13.10"
override def testWithMill: Seq[String] = Seq("0.10.8", minMillVersion)
override def testWithMill: Seq[String] = Seq("0.10.12", minMillVersion)
},
new CrossConfig {
override def millPlatform = "0.9"
Expand Down

0 comments on commit b02e830

Please sign in to comment.