From e5c6e5081a4d11a30ac23cfdd1eeb7c5102bfec0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 12:19:07 +0000 Subject: [PATCH] Update sbt-scoverage to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9d6fc1c15..68f58fcd8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7")