From 0cf3f97ac3ef94a74a9f8292b62ad9fd58da8c7d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:13:55 +0200 Subject: [PATCH] Update Scoverage to 2.0.11 (#143) Pull request: https://github.com/lefou/mill-osgi/pull/143 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 0f6cf1a..090a6c9 100644 --- a/build.sc +++ b/build.sc @@ -30,7 +30,7 @@ trait Deps { def millPlatform: String def scalaVersion: String = "2.13.11" def millTestVersions: Seq[String] - val scoverageVersion = "2.0.10" + val scoverageVersion = "2.0.11" val bndlib = ivy"biz.aQute.bnd:biz.aQute.bndlib:6.4.1" val logbackClassic = ivy"ch.qos.logback:logback-classic:1.1.3"