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