From ea0d278b5353ea508981713e7f84718e40d2f8e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 15:53:22 +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 f04b00c9..18b15eaa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addDependencyTreePlugin