Skip to content

Commit 830f304

Browse files
authored
Merge pull request #505 from scala-steward/update/json4s-ext-3.6.11
Update json4s-ext, json4s-jackson to 3.6.11
2 parents 4a6b3c7 + 6a57d25 commit 830f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515
lazy val http4sJetty = "org.http4s" %% "http4s-servlet" % http4sVersion
1616
lazy val http4sJson4sJackson = "org.http4s" %% "http4s-json4s-jackson" % http4sVersion
1717
lazy val http4sXmlInstances = "org.http4s" %% "http4s-scala-xml" % http4sVersion
18-
lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.10"
18+
lazy val json4s = "org.json4s" %% "json4s-ext" % "3.6.11"
1919
lazy val json4sJackson = "org.json4s" %% "json4s-jackson" % json4s.revision
2020
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.6.2"
2121
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision

0 commit comments

Comments
 (0)