From a8aed8a370b6c1f66e4ea6380cb10a24855370dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Sep 2022 19:15:01 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f319fda..0cc8443 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") // publish to maven central using sonatype nexus -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.3")