From fd597e63d1108dfff607c264dfde2ec2a79f99db Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 19 Oct 2024 00:21:44 +0000 Subject: [PATCH] chore: update sbt-scoverage from 2.2.1 to 2.2.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 178f2120..2cb2aee4 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.5") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")