update clojure dependencies to latest
This commit is contained in:
parent
7f47f2320a
commit
c09dbad3db
|
@ -4,10 +4,10 @@
|
|||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.7.0"]
|
||||
[org.clojure/clojurescript "0.0-3308"]
|
||||
[org.omcljs/om "0.8.8"]
|
||||
[org.clojure/clojurescript "1.7.122"]
|
||||
[org.omcljs/om "0.9.0"]
|
||||
[org.omcljs/ambly "0.6.0"]]
|
||||
:plugins [[lein-cljsbuild "1.0.6"]]
|
||||
:plugins [[lein-cljsbuild "1.1.0"]]
|
||||
:cljsbuild {:builds {:dev {:source-paths ["src"]
|
||||
:compiler {:output-to "target/out/main.js"
|
||||
:output-dir "target/out"
|
||||
|
|
Loading…
Reference in New Issue