From 56c41a88760e51e3cdaa8fbbcb1bd359547789b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 15:42:27 +0000 Subject: [PATCH] Update sbt-scoverage to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7d33847..1ece0e6 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.1.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") \ No newline at end of file