From dfcf4c84cc9cfe0af3949a598bf318672bc979ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Aug 2024 18:28:02 +0000 Subject: [PATCH] Update sbt-scoverage to 2.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4b15bbb..b0b7643 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.1.1") // Fixing Scala-Xml mess (Temp). ThisBuild / libraryDependencySchemes ++= Seq(