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 eccadc8 commit 69727e6Copy full SHA for 69727e6
build.sbt
@@ -22,7 +22,7 @@ pomIncludeRepository := { x => false }
22
23
libraryDependencies ++= Seq(
24
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
25
- "io.swagger.core.v3" % "swagger-core" % "2.0.7",
+ "io.swagger.core.v3" % "swagger-core" % "2.0.8",
26
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.8",
27
"org.scalatest" %% "scalatest" % "3.0.7" % Test,
28
"org.slf4j" % "slf4j-simple" % "1.7.26" % Test
0 commit comments