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 d1a16ca commit 4c13859Copy full SHA for 4c13859
build.sbt
@@ -21,8 +21,9 @@ publishArtifact in Test := false
21
pomIncludeRepository := { x => false }
22
23
libraryDependencies ++= Seq(
24
- "io.swagger.core.v3" % "swagger-core" % "2.0.4",
25
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.6",
+ "org.scala-lang" % "scala-reflect" % scalaVersion.value,
+ "io.swagger.core.v3" % "swagger-core" % "2.0.5",
26
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.7",
27
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
28
"org.slf4j" % "slf4j-simple" % "1.7.25" % Test
29
)
0 commit comments