From 3909b3641a0705f724aad45387ae220a19ed59c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Apr 2020 12:14:54 +0200 Subject: [PATCH] Update sbt-scoverage to 1.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 99330b85..7ade93ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.6.1") addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.2.7")