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 3a68fe7 commit 564300cCopy full SHA for 564300c
build.sbt
@@ -19,7 +19,7 @@ pomIncludeRepository := { x => false }
19
libraryDependencies ++= Seq(
20
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.9",
21
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.9.1",
22
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
23
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
24
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test
25
)
0 commit comments