From 00453f988073feb671be47b732ea5fab6d2bc3be Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:35:51 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.2.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c622000..4b6094f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("io.gatling" % "gatling-build-plugin" % "6.2.1") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.4") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.5")