Skip to content

Commit

Permalink
Update Mill to 0.11.7 (#20)
Browse files Browse the repository at this point in the history
Pull request: #20
  • Loading branch information
lefou authored Feb 29, 2024
1 parent cdb11b5 commit 94fc97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.15
0.11.7
7 changes: 1 addition & 6 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import $ivy.`de.tototec::de.tobiasroeser.mill.osgi::0.5.0`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`

import java.io.File

import mill._
import mill.api.Loose
import mill.define.Target
import mill.modules.Util
import mill.scalalib._
import mill.scalalib.publish._

Expand Down Expand Up @@ -114,7 +109,7 @@ object main
// "--attribute", "env-asciidoclet=true"
// )

object test extends Tests with TestModule.Junit4 {
object test extends MavenModuleTests with TestModule.Junit4 {
override def ivyDeps = T {
super.ivyDeps() ++ Agg(
Deps.lambdaTest,
Expand Down

0 comments on commit 94fc97f

Please sign in to comment.