From 885de199f86e480d16e399237f1789adfeecb595 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Jan 2022 16:17:49 +0100 Subject: [PATCH] Update sbt-scoverage to 1.9.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b49a6e4..f2afdd6 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.9.3")