From 7e57a78941f1f43e79bc49b9a14a0a49962af61d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:11:00 +0000 Subject: [PATCH] Update sbt-scoverage to 2.2.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e12c26e..6d3b6d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")