From 1affbbf5d0014a99c928d411014dbeb3e78d68c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 15:17:13 +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 077fe0bd82..4046d6da6f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.3") addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")