From 953eb3e0f246c081c6ce86f4b2ac80a4cc059724 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Apr 2021 06:38:40 +0200 Subject: Update sbt-scoverage to 1.7.0 (#1887) 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 482c2201..4ecf2ba4 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.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") -- cgit v1.2.3