From 109bb89363e103c4dc0ebce7956be43816f2552a Mon Sep 17 00:00:00 2001 From: slandelle Date: Wed, 18 Dec 2024 17:01:13 +0100 Subject: [PATCH] feat: make enterpriseStart propagate System props --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f61252..325b940 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.12.0", + "io.gatling" % "gatling-enterprise-plugin-commons" % "1.13.2", "io.gatling" % "gatling-shared-cli" % "0.0.5" )