From 2c1d55cde6098231fd0d1e84f1f7701ee1de6b03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 17:28:14 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 746bd4f..9317fd8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")