We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709e9dc commit e1f635dCopy full SHA for e1f635d
integration/feature/scoverage/resources/build.mill
@@ -11,7 +11,7 @@ import mill.scalalib._
11
12
object Deps {
13
val millVersion = "0.11.0"
14
- val millMain = ivy"com.lihaoyi::mill-main:${millVersion}"
+ val millMain = ivy"com.lihaoyi:mill-main_2.13:${millVersion}"
15
val scalaTest = ivy"org.scalatest::scalatest:3.2.16"
16
}
17
0 commit comments