From 4e3a0fea2b0e3c945688dd921daf405d09e724c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Jan 2026 00:48:34 +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 3e63f7f..bb2aa48 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.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")