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 9ec7c97 commit 00abc4dCopy full SHA for 00abc4d
build.sbt
@@ -19,8 +19,8 @@ Test / publishArtifact := false
19
pomIncludeRepository := { x => false }
20
21
libraryDependencies ++= Seq(
22
- "io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.12",
23
- "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.5.2",
+ "io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.0",
+ "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.6.0",
24
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2",
25
"com.beachape" %% "enumeratum" % "1.7.0",
26
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
0 commit comments