Skip to content

Commit 6fdbed2

Browse files
Update mill-scalalib to 0.11.0-M7 (#93)
* Update mill-scalalib to 0.11.0-M7 * Update tested mill version as well --------- Co-authored-by: Lorenzo Gabriele <[email protected]>
1 parent 069defc commit 6fdbed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
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-M4")
19+
val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M7")
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-M4"
88+
"0.11.0-M7"
8989
)
9090
class itestCross(millVersion: String) extends MillIntegrationTestModule {
9191
override def millSourcePath: Path = super.millSourcePath / os.up

0 commit comments

Comments
 (0)