Skip to content

Commit

Permalink
Merge pull request #105 from lolgab/mill-0.11.0
Browse files Browse the repository at this point in the history
Update Mill to 0.11.0
  • Loading branch information
ckipp01 authored Jun 12, 2023
2 parents 887f759 + 94bb566 commit 797eff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
import io.kipp.mill.ci.release.CiReleaseModule
import io.kipp.mill.ci.release.SonatypeHost

val millVersions = Seq("0.10.12", "0.11.0-M10")
val millVersions = Seq("0.10.12", "0.11.0")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.10"
val artifactBase = "mill-github-dependency-graph"
Expand Down
2 changes: 1 addition & 1 deletion itest/src/minimal/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object minimal extends ScalaModule {

def ivyDeps = Agg(ivy"com.lihaoyi::pprint:0.7.3")

object test extends Tests with TestModule.Munit {
object test extends ScalaModuleTests with TestModule.Munit {
def ivyDeps = Agg(ivy"org.scalameta::munit:0.7.29")
}
}
Expand Down

0 comments on commit 797eff4

Please sign in to comment.