Skip to content

Commit 6844874

Browse files
authored
Merge pull request #277 from scala-steward/update/json4s-ext-3.6.3
Update json4s-ext, json4s-jackson to 3.6.3
2 parents 42d8c0c + 41df1d3 commit 6844874

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.2"
14+
lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.3"
1515
lazy val json4sJackson = "org.json4s" %% "json4s-jackson" % json4s.revision
1616
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.5.21"
1717
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision

0 commit comments

Comments
 (0)