From bfdb87b9bb4a05de7e2df121a8292a2198c7bac8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 May 2026 14:10:16 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.5.8 Signed-off-by: Scala Steward --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8a1a4588..f3e75724 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.19.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.8") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")