From 3c3f43eb7a1fd7253f0b9140e35dac14873b1b55 Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:39:06 +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 c17d610..fa2ac54 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")