From aefbd120527cd7a8b99e4697cbc6b4dddc972f1f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 19:15:19 +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 b40fb6c6..12b76f64 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("org.scalaxb" % "sbt-scalaxb" % "1.12.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") //addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"