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 ea75025 commit 4391a50Copy full SHA for 4391a50
build.sbt
@@ -46,7 +46,7 @@ pomIncludeRepository := { x => false }
46
libraryDependencies ++= Seq(
47
"org.slf4j" % "slf4j-api" % "1.7.32",
48
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.11",
49
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.5",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0",
50
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
51
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
52
)
0 commit comments