From 2dff7f1b9ee73cd12da736fc29ccf3172777183c Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:52: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 06daca537..684242a06 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2") addDependencyTreePlugin