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 2abd76c commit a0f9148Copy full SHA for a0f9148
build.sbt
@@ -19,8 +19,8 @@ pomIncludeRepository := { x => false }
19
libraryDependencies ++= Seq(
20
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.12",
21
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.5.2",
22
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
23
- "org.scalatest" %% "scalatest" % "3.2.10" % Test,
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2",
+ "org.scalatest" %% "scalatest" % "3.2.11" % Test,
24
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
25
)
26
0 commit comments