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 d9686e6 commit 1ce760fCopy full SHA for 1ce760f
build.sbt
@@ -85,7 +85,7 @@ Compile / unmanagedSourceDirectories ++= {
85
libraryDependencies ++= Seq(
86
"org.slf4j" % "slf4j-api" % "2.0.7",
87
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.10",
88
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2",
89
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
90
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test
91
)
0 commit comments