From 440facec921a426dfe22beb801e7ed243b4480e8 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 4 Jun 2023 00:21:16 +0000 Subject: [PATCH] chore: update sbt-scoverage from 1.9.3 to 2.0.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fa58581..02153133 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "2.0.0") // The Play plugin addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.16") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.iheart" % "sbt-play-swagger" % "1.0.2")