From a512ffad93481eb2e2f30a9831c40a874a2b4cfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 15:23:02 +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 3f53282..012510a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")