We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c77570 commit 6a57d25Copy full SHA for 6a57d25
project/Dependencies.scala
@@ -15,7 +15,7 @@ object Dependencies {
15
lazy val http4sJetty = "org.http4s" %% "http4s-servlet" % http4sVersion
16
lazy val http4sJson4sJackson = "org.http4s" %% "http4s-json4s-jackson" % http4sVersion
17
lazy val http4sXmlInstances = "org.http4s" %% "http4s-scala-xml" % http4sVersion
18
- lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.10"
+ lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.11"
19
lazy val json4sJackson = "org.json4s" %% "json4s-jackson" % json4s.revision
20
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.6.2"
21
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision
0 commit comments