From 47085dfe36b0fd4f83897f5c81beb6a5343b5843 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 17:08:09 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..b4a5387e8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") // Test Coverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") // Multi-JVM testing addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")