From 10073eb78d550d72e740a17dea034e933caf3179 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 12:54:57 +0000 Subject: [PATCH] Update sbt-scoverage to 2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 17c31dd77d..3243706c3b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")