Skip to content

Commit

Permalink
json4s 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Nov 10, 2016
1 parent 59be975 commit 3cc6389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libraryDependencies ++= Seq(
"org.json4s" %% "json4s-jackson" % "3.4.2",
"org.json4s" %% "json4s-jackson" % "3.5.0",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.4",
"org.scalaz" %% "scalaz-core" % "7.1.11"
)
2 changes: 1 addition & 1 deletion util/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.9.4",
"org.joda" % "joda-convert" % "1.8.1",
"org.scalaz" %% "scalaz-core" % "7.1.8",
"org.json4s" %% "json4s-scalap" % "3.4.2"
"org.json4s" %% "json4s-scalap" % "3.5.0"
)

0 comments on commit 3cc6389

Please sign in to comment.