Skip to content

Commit 6512890

Browse files
authored
feat: support overriding package descriptor from System props (#221)
1 parent e9f0fb9 commit 6512890

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.5",
13+
"io.gatling" % "gatling-enterprise-plugin-commons" % "1.23.0",
1414
"io.gatling" % "gatling-shared-cli" % "0.0.7"
1515
)
1616

0 commit comments

Comments
 (0)