From 08161512e096dec3e21829b80253a0ef5bf24ddc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Jan 2026 23:47:44 +0000 Subject: [PATCH] Update sbt-scoverage to 2.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 32de0c4d..d10e743e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("org.scalaxb" % "sbt-scalaxb" % "1.12.4") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") //addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.4.0"