From cb8a323aef8609f2c929317886cfe1a261403ae0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 May 2021 12:07:33 +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 848a8ce..7735bed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.7.0") +addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "1.7.3") addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.2.7")