diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c838f6899..868359eb3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -56,5 +56,5 @@ object Dependencies { val wikitextConfluence = "org.fusesource.wikitext" % "confluence-core" % "1.4" val wikitextTextile = wikitextConfluence.withName("textile-core") - val json4s = "org.json4s" %% "json4s-native" % "4.0.6" + val json4s = "org.json4s" %% "json4s-native" % "4.0.7" }