Skip to content

Commit ddde21c

Browse files
Update mill-scalalib to 0.11.0-M2 (#81)
* Update mill-scalalib to 0.11.0-M2 * Update Mill in itest Co-authored-by: Lorenzo Gabriele <[email protected]>
1 parent 2bf24a6 commit ddde21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.13`
1616
import com.github.lolgab.mill.mima._
1717
import os.Path
1818

19-
val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M1")
19+
val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M2")
2020
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
2121

2222
def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
@@ -85,7 +85,7 @@ object itest
8585
"0.9.12",
8686
"0.10.0",
8787
"0.10.10",
88-
"0.11.0-M1"
88+
"0.11.0-M2"
8989
)
9090
class itestCross(millVersion: String) extends MillIntegrationTestModule {
9191
override def millSourcePath: Path = super.millSourcePath / os.up

0 commit comments

Comments
 (0)