From acbfdf4df699f4a1499eefbe4e222cdfe499f61c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:08:20 +0000 Subject: [PATCH] chore(deps): update dependency org.scoverage:sbt-scoverage to v2.0.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b0e038f..c85c381a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -32,7 +32,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // Test Coverage plugin. // sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. // See more: https://github.com/scoverage/sbt-scoverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") // Java Checkstyle plugin. // See more: https://github.com/etsy/sbt-checkstyle-plugin