From e687e8369ce4cf3fa50342901f8a705702132c1a Mon Sep 17 00:00:00 2001 From: GarnerUser Date: Mon, 15 Dec 2025 12:45:37 +0000 Subject: [PATCH] Update sbt-scoverage to 2.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7d19c5b..8fe401b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") // Code Coverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") // Deployment addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")