From 83cc8e5ea0eae9c4c264600fd9c08adb8271d340 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Aug 2022 09:44:53 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 399e55a..01ff1cd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ resolvers += Resolver.bintrayIvyRepo("rallyhealth", "sbt-plugins") addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.2")