From 27dccd9aed95e2b17f33892fafe38210e9624bd0 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 14 Jan 2026 00:30:22 +0000 Subject: [PATCH] chore: update sbt-scoverage from 2.2.2 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 2e4b08be..43ec65af 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.2.0") // The Play plugin addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")