From 602396fd8d4b92d6feaf13218785c02ba186407b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 May 2021 11:22:44 +0200 Subject: [PATCH] Update sbt-scoverage to 1.7.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..691dea8 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.7.3")