From f736c7ff6df6fedbb83e06e382a58003af5c531a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 17:32:49 +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 9c311d2..120e392 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -37,4 +37,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")