From 44e8f91b77525b8e51d23b94e26b17c1b1837542 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Oct 2024 04:08:35 +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 45ec351..62670f8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")