From 38e9e13e00ae88fe8046fcbf7990645d3b439511 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Feb 2023 15:19:45 +0000 Subject: [PATCH] Update sbt-scoverage to 2.0.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0a163ec..82c4c3e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ logLevel := Level.Warn addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")