From f57666b468f661e2844d226d6e86466e324d5642 Mon Sep 17 00:00:00 2001 From: "tarao-scala-steward[bot]" <162550418+tarao-scala-steward[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:30:40 +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 289383d..a28dd74 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")