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 abce7a8 commit c9abd78Copy full SHA for c9abd78
2 files changed
build.mill
@@ -45,6 +45,7 @@ object V:
45
val catsVersion = "2.13.0"
46
val disciplineVersion = "2.0.0"
47
val scalacheckVersion = "1.17.0"
48
+ val scoverageVersion = "2.5.2"
49
val jsBSP = false
50
val nativeBSP = false
51
val jvmBSP = true
vecxt/package.mill
@@ -29,7 +29,7 @@ object `package` extends Module:
29
30
object jvm extends VecxtModule with ScoverageModule:
31
override def scalaVersion = build.V.scalaVersion
32
- def scoverageVersion = "2.5.2"
+ def scoverageVersion = build.V.scoverageVersion
33
override def forkArgs = super.forkArgs() ++ build.vecIncubatorFlag
34
override def enableBsp = build.V.jvmBSP
35
def mvnDeps = super.mvnDeps() ++ Seq(
0 commit comments