From 5a9e97ab282801d91f895947b6465ee72a209326 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Nov 2025 00:50:42 +0000 Subject: [PATCH] Update sbt-scoverage to 2.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e4a86ff..5bb847e 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.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")