upgrades data.json to 0.2.4. Still using deprecated function json-str, will port at a later date.

This commit is contained in:
Dave Della Costa 2014-04-08 13:03:48 +09:00
parent a168be7336
commit 4331e171ee

View file

@ -2,4 +2,4 @@
:description "BrowserChannel server implementation in Clojure" :description "BrowserChannel server implementation in Clojure"
:dependencies [[org.clojure/clojure "1.3.0"] :dependencies [[org.clojure/clojure "1.3.0"]
[ring/ring-core "1.1.0-beta3"] [ring/ring-core "1.1.0-beta3"]
[org.clojure/data.json "0.1.3"]]) [org.clojure/data.json "0.2.4"]]) ; still using deprecated json-str, need to port to write-str (?)