From fc05e45c3cba66fff1478e4bf0f8aa7211e1c5f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 16:52:04 +0000 Subject: [PATCH] Update sbt-scoverage to 2.2.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08ebbc2..5231b90 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.1.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") 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)