We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96a0e30 + ad17788 commit a2a171aCopy full SHA for a2a171a
project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
11
lazy val http4sJetty = "org.http4s" %% "http4s-servlet" % http4sVersion
12
lazy val http4sJson4sJackson = "org.http4s" %% "http4s-json4s-jackson" % http4sVersion
13
lazy val http4sXmlInstances = "org.http4s" %% "http4s-scala-xml" % http4sVersion
14
- lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.5"
+ lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.6"
15
lazy val json4sJackson = "org.json4s" %% "json4s-jackson" % json4s.revision
16
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.5.22"
17
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision
0 commit comments