From 9333cea5d53bf618c965f937a6f135ee417e62c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:50:20 +0000 Subject: [PATCH] Update dependency org.scoverage:sbt-scoverage to v2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 86dd57c..dcdb651 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.13.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")