Skip to content

Commit

Permalink
Update mill-scalalib to 0.11.0-M4 (#87)
Browse files Browse the repository at this point in the history
* Update mill-scalalib to 0.11.0-M4

* Fix tests to test 0.11.0-M4

---------

Co-authored-by: Lorenzo Gabriele <[email protected]>
  • Loading branch information
scala-steward and lolgab authored Feb 11, 2023
1 parent 7587118 commit 897d7d5
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 @@ -16,7 +16,7 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.13`
import com.github.lolgab.mill.mima._
import os.Path

val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M2")
val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M4")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down Expand Up @@ -85,7 +85,7 @@ object itest
"0.9.12",
"0.10.0",
"0.10.10",
"0.11.0-M2"
"0.11.0-M4"
)
class itestCross(millVersion: String) extends MillIntegrationTestModule {
override def millSourcePath: Path = super.millSourcePath / os.up
Expand Down

0 comments on commit 897d7d5

Please sign in to comment.