From b00ca8f988a2bafe2f5a31e5d4a87df91f27ddc7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:00:23 +0100 Subject: [PATCH] Update sbt-scoverage to 2.0.11 (#404) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 29fd9fd..a299f02 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("cchantep" % "sbt-scaladoc-compiler" % "0.3") addSbtPlugin("cchantep" % "sbt-hl-compiler" % "0.8") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")