Organize project.clj

This commit is contained in:
Jeremy Dormitzer 2018-01-07 12:12:53 -05:00
parent 9896e76fc5
commit cec7edea5c
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -5,8 +5,8 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.946"]
[cljs-ajax "0.7.3"]
[org.clojure/core.async "0.3.465"]]
[org.clojure/core.async "0.3.465"]
[cljs-ajax "0.7.3"]]
:plugins [[lein-cljsbuild "1.1.7"]]
:cljsbuild {:builds
[{:source-paths ["src"]