From f6a1a0b4afb20204eb566775f916b0fbc7332e55 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:05:49 +0200 Subject: [PATCH] Update sbt-scoverage to 2.0.12 (#219) Co-authored-by: lunatech-scala-steward[bot] <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7ddbaba..04426e5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") ThisBuild / libraryDependencySchemes ++= Seq(