From 7955607695c768edbce770275647c3fc954e7e9f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 16:37:10 +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 4b15bbb..a6644bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // ~ // sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. // See more: https://github.com/scoverage/sbt-scoverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") // Fixing Scala-Xml mess (Temp). ThisBuild / libraryDependencySchemes ++= Seq(