diff --git a/build.sc b/build.sc index c1f5eb8..1e7f5c8 100644 --- a/build.sc +++ b/build.sc @@ -31,7 +31,7 @@ trait Deps { def osLib: Dep val reflections = ivy"org.reflections:reflections:0.10.2" val scalaTest = ivy"org.scalatest::scalatest:3.2.19" - val scoverageVersion = "2.3.0" + val scoverageVersion = "2.5.1" val slf4j = ivy"org.slf4j:slf4j-api:1.7.25" val slf4jSimple = ivy"org.slf4j:slf4j-simple:1.7.25" val utilsFunctional = ivy"de.tototec:de.tototec.utils.functional:2.0.1"