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 2b8abe5 commit 80ee4b0Copy full SHA for 80ee4b0
build.sbt
@@ -20,7 +20,7 @@ pomIncludeRepository := { x => false }
20
21
libraryDependencies ++= Seq(
22
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.2",
23
- "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.3",
+ "com.github.swagger-akka-http" %% "swagger-scala-module" % "2.7.4",
24
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.4",
25
"com.beachape" %% "enumeratum" % "1.7.0",
26
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
0 commit comments