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 5306cf2 commit cbaa13fCopy full SHA for cbaa13f
build.sbt
@@ -557,7 +557,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
557
"com.fasterxml.jackson.core",
558
"jackson-databind"
559
),
560
- "io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
+ "io.gatling" % "gatling-test-framework" % "3.14.7" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
561
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
562
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
563
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
0 commit comments