We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad774e commit d042ba0Copy full SHA for d042ba0
build.sbt
@@ -533,7 +533,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
533
"jackson-databind"
534
),
535
"io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
536
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
537
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
538
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
539
"io.github.classgraph" % "classgraph" % "4.8.180",
0 commit comments