From 9d8d1b56f3c7583f933671c11fbc2fc57a318a6a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 14:13:30 +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 f732007..4bc5a43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.8") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")