tailrecursion / cljson

Clojure/ClojureScript library for accelerated browser data deserialization
62 stars 4 forks source link

New CLJS requires tools.reader 0.7.8 #4

Closed si14 closed 11 years ago

si14 commented 11 years ago

I was able to solve this using

                 [org.clojure/tools.reader "0.7.8"]
                 [tailrecursion/cljson "1.0.2" :exclusions [org.clojure/tools.reader]]

but it's obviously a temporary solution.

micha commented 11 years ago

Thanks! I'll look into this today.

si14 commented 11 years ago

Looks like this issue can be closed now?

micha commented 11 years ago

Cljson no longer has clojurescript as a dependency, so I don't think it will be a problem anymore. Feel free to reopen the issue if it's not really fixed :)

si14 commented 11 years ago

Thank you!