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 a8db634 commit 8dff52dCopy full SHA for 8dff52d
build.sbt
@@ -17,7 +17,7 @@ Test / publishArtifact := false
17
pomIncludeRepository := { x => false }
18
19
libraryDependencies ++= Seq(
20
- "io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.6",
+ "io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.4",
21
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.9",
22
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.0",
23
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
0 commit comments