From 10cf58e141625d0c47d7fb7ae2f34828f30b18e2 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 02:32:42 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.2.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f9c6a94..ff990d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("io.gatling" % "gatling-build-plugin" % "6.1.2") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.2")