Using Clojure 1.6

This commit is contained in:
simon 2014-10-20 17:25:56 +01:00
parent dddeea6041
commit 2e7eefc748

View file

@ -11,7 +11,7 @@
:license {:name "GNU General Public License v2" :license {:name "GNU General Public License v2"
:url "http://www.gnu.org/licenses/gpl-2.0.html"} :url "http://www.gnu.org/licenses/gpl-2.0.html"}
:plugins [[lein-marginalia "0.7.1"]] :plugins [[lein-marginalia "0.7.1"]]
:dependencies [[org.clojure/clojure "1.5.1"] :dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.trace "0.7.8"] [org.clojure/tools.trace "0.7.8"]
[mw-engine "0.1.5-SNAPSHOT"] [mw-engine "0.1.5-SNAPSHOT"]
]) ])