From dab77c28efc8fb2a460d297a00fe0f0359432064 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 4 Jul 2024 00:18:49 +0000 Subject: [PATCH] chore: update sbt-scoverage from 2.0.12 to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2081aeef..89223649 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.4") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")