Skip to content

Commit f1a38a2

Browse files
committed
Update scalac-scoverage-runtime to 2.4.2
1 parent 0685b83 commit f1a38a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ val millApiCrossVersions = Seq(
4747
)
4848

4949
object Deps {
50-
val scoverageVersion = "2.3.0"
50+
val scoverageVersion = "2.4.2"
5151
val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}"
5252
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
5353
}

0 commit comments

Comments
 (0)