From f893c1556af646495e744e153e0b9f5588aaef59 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 21 Feb 2025 00:23:04 +0000 Subject: [PATCH] chore: update sbt-scoverage from 2.2.2 to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2e4b08be..a5958a01 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.3.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")