From 13fc103cf0d98c900f021b55d32e4f615e2eca5e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Jan 2026 22:31:43 +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 8f253da..d31a810 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")