upgrades data.json to 0.2.4. Still using deprecated function json-str, will port at a later date.
This commit is contained in:
parent
a168be7336
commit
4331e171ee
|
@ -2,4 +2,4 @@
|
|||
:description "BrowserChannel server implementation in Clojure"
|
||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||
[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 (?)
|
||||
|
|
Reference in a new issue