Skip to content

Commit 6849be5

Browse files
committed
fix: upgrade gatling-enterprise-plugin-commons 1.22.4
Motivation: Don't propagate sbt system props
1 parent b3c776e commit 6849be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sbtPluginPublishLegacyMavenStyle := false
1010

1111
libraryDependencies ++= Seq(
1212
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
13-
"io.gatling" % "gatling-enterprise-plugin-commons" % "1.22.3",
13+
"io.gatling" % "gatling-enterprise-plugin-commons" % "1.22.4",
1414
"io.gatling" % "gatling-shared-cli" % "0.0.7"
1515
)
1616

0 commit comments

Comments
 (0)