From 6f142045f24aac3ca61659e77d6af44df69ace32 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 10 May 2021 23:37:59 +0200 Subject: [PATCH] Update sbt-scoverage to 1.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..41bf745 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")