From ca227b89da156ee6a4e4bff75191d8e83d1e724b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 12:31:00 +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 d89ba72..2ce2dd3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always ) -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version)