Skip to content

Commit a2a171a

Browse files
authored
Merge pull request #319 from scala-steward/update/json4s-ext-3.6.6
Update json4s-ext, json4s-jackson to 3.6.6
2 parents 96a0e30 + ad17788 commit a2a171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
lazy val http4sJetty = "org.http4s" %% "http4s-servlet" % http4sVersion
1212
lazy val http4sJson4sJackson = "org.http4s" %% "http4s-json4s-jackson" % http4sVersion
1313
lazy val http4sXmlInstances = "org.http4s" %% "http4s-scala-xml" % http4sVersion
14-
lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.5"
14+
lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.6"
1515
lazy val json4sJackson = "org.json4s" %% "json4s-jackson" % json4s.revision
1616
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.5.22"
1717
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision

0 commit comments

Comments
 (0)