From 44369aa9b43b6efd6c4efffad41410d059e3766e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 17:32:36 +0000 Subject: [PATCH] Update sbt-scoverage to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cf1657c..e67a8a6b 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.1.0")