We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185abde commit 7562bd1Copy full SHA for 7562bd1
build.sbt
@@ -85,7 +85,7 @@ Compile / unmanagedSourceDirectories ++= {
85
libraryDependencies ++= Seq(
86
"org.slf4j" % "slf4j-api" % "2.0.16",
87
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.24",
88
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
89
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
90
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
91
)
0 commit comments