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 c87766d commit 7ab8bbdCopy full SHA for 7ab8bbd
build.sbt
@@ -23,7 +23,7 @@ pomIncludeRepository := { x => false }
23
libraryDependencies ++= Seq(
24
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.18",
25
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.11.0",
26
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.0",
27
"com.beachape" %% "enumeratum" % "1.7.3",
28
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
29
"org.slf4j" % "slf4j-simple" % "2.0.9" % Test
0 commit comments