Skip to content

Commit

Permalink
Fix #611 Update JSON4S from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Jun 21, 2016
1 parent ac6d0c0 commit 54d914d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
Update Netty from 4.1.0 to 4.1.1
* `#610 <https://github.com/xitrum-framework/xitrum/issues/610>`_
Update Akka from 2.4.6 to 2.4.7
* `#607 <https://github.com/xitrum-framework/xitrum/issues/607>`_
Update Scaposer from 1.7 to 1.8
* `#609 <https://github.com/xitrum-framework/xitrum/issues/609>`_
Update slf4s-api from 1.7.12 to 1.7.13
* `#607 <https://github.com/xitrum-framework/xitrum/issues/607>`_
Update Scaposer from 1.7 to 1.8
* `#611 <https://github.com/xitrum-framework/xitrum/issues/611>`_
Update JSON4S from 3.3.0 to 3.4.0

3.26.1:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libraryDependencies += "tv.cntt" %% "sclasner" % "1.7.0"
libraryDependencies += "com.twitter" %% "chill" % "0.8.0"

// For JSON (de)serializing
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.3.0"
libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.4.0"

// For i18n
libraryDependencies += "tv.cntt" %% "scaposer" % "1.8"
Expand Down

0 comments on commit 54d914d

Please sign in to comment.