From c10c94bdecd8fde8ef641240aefe2bfe107b7ee9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Oct 2025 21:29:11 +0000 Subject: [PATCH] Update sbt-scoverage to 2.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 72ad71e4..976d2356 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")