From a71713d209d24c87bf234b1639e8ea212d41514e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 3 Oct 2025 00:17:36 +0000 Subject: [PATCH] Update gatling-sbt to 4.17.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be5c542cd8..d49cd2ae8f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ val sbtRevolverVersion = "0.10.0" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % scalaFmtVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("io.spray" % "sbt-revolver" % sbtRevolverVersion) -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.17.2") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.17.5")