From c217c2eb288d6f95434c3694b230e27b6b84cbbd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 14:43:58 +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 df744621..2d501d7b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")