From d9bc84f2dad2c433d69e04081df2bfef59177d96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 12:31:29 +0000 Subject: [PATCH] Update sbt-scoverage to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8aeab40e..9825d4c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn resolvers += Classpaths.sbtPluginReleases -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")