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 17bd522 commit 16e0cfaCopy full SHA for 16e0cfa
build.sbt
@@ -18,7 +18,7 @@ pomIncludeRepository := { x => false }
18
19
libraryDependencies ++= Seq(
20
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
21
- "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.10",
+ "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.8.0",
22
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
23
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
24
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
0 commit comments