We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf0f99 commit 5089d14Copy full SHA for 5089d14
build.sbt
@@ -534,7 +534,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
534
"com.fasterxml.jackson.core",
535
"jackson-databind"
536
),
537
- "io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
+ "io.gatling" % "gatling-test-framework" % "3.14.3" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
538
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.1",
539
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
540
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
0 commit comments