From d66e138a9af8fad1b0ecf31e6efbee829133896d Mon Sep 17 00:00:00 2001 From: slandelle Date: Wed, 18 Dec 2024 20:19:45 +0100 Subject: [PATCH] chore: upgrade gatling-enterprise-plugin-commons 1.13.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 325b940..b494b54 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.13.2", + "io.gatling" % "gatling-enterprise-plugin-commons" % "1.13.3", "io.gatling" % "gatling-shared-cli" % "0.0.5" )