From 7ec2bb76762501ab7b65e9e6de94c78e7957e2f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Dec 2025 00:51:18 +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 5bb847e..3e63f7f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")