From 7e5207337aab31d92429b696ce556f9f29a20700 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 14:25:54 +0000 Subject: [PATCH] Update sbt-scoverage to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7d33847..2f9d610 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.5.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.20") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") \ No newline at end of file