From a3c45432e3f001af876cad06f5270fa96c310357 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jun 2021 18:21:09 +0200 Subject: Update sbt-scoverage to 1.8.1 (#2235) 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 ac0e6d61..2f47719a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") -- cgit v1.2.3