From 09ee90b9b3a63edc79cd3ec94ef67a188ed28326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Corr=C3=A9?= Date: Mon, 23 Sep 2024 11:42:19 +0200 Subject: [PATCH] chore: upgrade gatling-enterprise-plugin-commons 1.9.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57026e2..808932f 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.9.7", + "io.gatling" % "gatling-enterprise-plugin-commons" % "1.9.8", "io.gatling" % "gatling-shared-cli" % "0.0.3" )