From 1bb8a03edbf4d30a966b0d598380777f88c006c6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Dec 2025 15:44:20 +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 fa80958..f04e2be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")