From 107afed9f3226ba253e2ee52e22b5d2c4093b7e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Jun 2025 16:03:54 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.3.5 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 9ee3414a..46b46a8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.15.0") addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.2") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.3.5") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")