Skip to content

Commit

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

* Update Mill in itest

Co-authored-by: Lorenzo Gabriele <[email protected]>
  • Loading branch information
scala-steward and lolgab authored Jan 16, 2023
1 parent 2bf24a6 commit ddde21c
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-M1")
val millVersions = Seq("0.9.12", "0.10.0", "0.11.0-M2")
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-M1"
"0.11.0-M2"
)
class itestCross(millVersion: String) extends MillIntegrationTestModule {
override def millSourcePath: Path = super.millSourcePath / os.up
Expand Down

0 comments on commit ddde21c

Please sign in to comment.