From 1ef3020b86f6bbf21588851ec63756b8c39eb53a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 25 Feb 2024 19:44:49 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cf1657c..c16ba81f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -33,4 +33,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") // Monitoring addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")