From 35195c49b2e7618cbdfb30ce82a580b80bf99f14 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:22:41 +0000 Subject: [PATCH] Update sbt-wartremover, wartremover to 3.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 70d4399..a3b54e3 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.1.8") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.0")