We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d27bca commit 1e0b640Copy full SHA for 1e0b640
build.sbt
@@ -558,7 +558,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
558
"com.fasterxml.jackson.core",
559
"jackson-databind"
560
),
561
- "io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
+ "io.gatling" % "gatling-test-framework" % "3.14.9" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
562
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.2",
563
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
564
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
0 commit comments