Skip to content

Commit

Permalink
Update Mill 0.11 to 0.11.0-M8 (#100)
Browse files Browse the repository at this point in the history
* Update Mill 0.11 to 0.11.0-M8

* Change import $exec with import $file
  • Loading branch information
lolgab authored Apr 25, 2023
1 parent daee1c6 commit 6102e17
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import $ivy.`com.github.lolgab::mill-mima::0.0.18`
import com.github.lolgab.mill.mima._
import os.Path

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

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down Expand Up @@ -80,8 +80,8 @@ object itest
extends Cross[itestCross](
"0.9.12",
"0.10.0",
"0.10.10",
"0.11.0-M7"
"0.10.12",
"0.11.0-M8"
)
class itestCross(millVersion: String) extends MillIntegrationTestModule {
override def millSourcePath: Path = super.millSourcePath / os.up
Expand Down
2 changes: 1 addition & 1 deletion itest/src/filters/build.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $exec.plugins
import $file.plugins

import mill._
import mill.scalalib._
Expand Down
2 changes: 1 addition & 1 deletion itest/src/multi-previous-versions/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mill._

import mill.scalalib._
import mill.scalalib.publish._
import $exec.plugins
import $file.plugins
import com.github.lolgab.mill.mima._
import coursier.ivy.IvyRepository
import mill.define.Target
Expand Down
2 changes: 1 addition & 1 deletion itest/src/previous-versions/build.sc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import $exec.plugins
import $file.plugins

import $ivy.`org.scalameta::munit:0.7.27`

Expand Down
2 changes: 1 addition & 1 deletion itest/src/simple/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mill._

import mill.scalalib._
import mill.scalalib.publish._
import $exec.plugins
import $file.plugins
import com.github.lolgab.mill.mima._

trait Common extends ScalaModule with PublishModule {
Expand Down

0 comments on commit 6102e17

Please sign in to comment.