From 6c1b8d354a4685fa81231a67014cf5beb60f12b1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 21:34:49 +0000 Subject: [PATCH] Update sbt-scoverage to 2.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