From 8bb5b75e75151a61c58a9a37324ca1c5a796ea10 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Mar 2022 20:07:17 +0100 Subject: Update sbt-scoverage to 1.9.3 (#2460) Co-authored-by: mergify[bot] <37929162+mergify[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 f024ae95..2cba8002 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") -- cgit v1.2.3