From 48c6ce40a7be09be8192787debde79441957e020 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 May 2021 06:46:07 +0200 Subject: Update sbt-scoverage to 1.8.1 (#1924) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index bd554d5a..17540e98 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += Classpaths.sbtPluginReleases resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") -- cgit v1.2.3