From 4fbabbe2ac47863d052c10aeb76b643333c6c2f6 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:07:53 +0100 Subject: [PATCH] chore: update gatling-enterprise-plugin-commons from 1.10.0 to 1.11.0 (#185) Co-authored-by: scala-steward-gatling[bot] <140393974+scala-steward-gatling[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f390582..524fc52 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ githubPath := "gatling/gatling-sbt-plugin" libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % Test, - "io.gatling" % "gatling-enterprise-plugin-commons" % "1.10.0", + "io.gatling" % "gatling-enterprise-plugin-commons" % "1.11.0", "io.gatling" % "gatling-shared-cli" % "0.0.5" )