From f37d765cbbf948551e60c40cefc481fc8d41b5ff Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:27:27 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a3b54e3..f9c6a94 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.0") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1")