mirror of https://github.com/status-im/reagent.git
Use clojurescript 2342
Later versions won't work with Light Table yet
This commit is contained in:
parent
a555484e9c
commit
2a52b6da8e
|
@ -4,7 +4,7 @@
|
|||
:license {:name "MIT"}
|
||||
:description "A simple ClojureScript interface to React"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2356"]]
|
||||
[org.clojure/clojurescript "0.0-2342"]]
|
||||
:plugins [[lein-cljsbuild "1.0.3"]
|
||||
[com.cemerick/clojurescript.test "0.3.1"]]
|
||||
:profiles {:dev {:source-paths ["src" "demo"]}
|
||||
|
|
Loading…
Reference in New Issue