From 9ed7056be0d2469f193f05ab0fbf104ed147a57f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Jan 2022 00:42:30 +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 038af17..3153a38 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")