From 5224926a5f1749b1f32daa265ab0234e8507bd88 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 17:14:43 +0000 Subject: [PATCH] Update sbt-scoverage to 2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 028aebc..350e2b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")