We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f0fb9 commit 6512890Copy full SHA for 6512890
build.sbt
@@ -10,7 +10,7 @@ sbtPluginPublishLegacyMavenStyle := false
10
11
libraryDependencies ++= Seq(
12
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
13
- "io.gatling" % "gatling-enterprise-plugin-commons" % "1.22.5",
+ "io.gatling" % "gatling-enterprise-plugin-commons" % "1.23.0",
14
"io.gatling" % "gatling-shared-cli" % "0.0.7"
15
)
16
0 commit comments