diff --git a/build.sc b/build.sc index 983939a..d0177aa 100644 --- a/build.sc +++ b/build.sc @@ -49,7 +49,7 @@ val millApiCrossVersions = Seq( ) object Deps { - val scoverageVersion = "2.1.0" + val scoverageVersion = "2.1.1" val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}" val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}" }