From ce227258cb83ced0900b9829c8204cf15b2f585c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 18 May 2023 21:09:26 +0200 Subject: [PATCH] Update gatling-sbt to 4.3.1 (#164) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 789f85d..9904566 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.2.6") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.3.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")