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