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 87e9959 commit 1b6be37Copy full SHA for 1b6be37
build.sbt
@@ -22,7 +22,7 @@ pomIncludeRepository := { x => false }
22
23
libraryDependencies ++= Seq(
24
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.24",
25
- "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.3",
+ "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.13.0",
26
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
27
"com.beachape" %% "enumeratum" % "1.7.4",
28
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
0 commit comments