Upgrade the libs to the latest stable releases

This commit is contained in:
Aaron Fischer 2015-06-10 23:55:35 +02:00
parent 859553553a
commit 906cab832e

View file

@ -6,8 +6,8 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.logging "0.3.1"]
[enlive "1.1.5"]
[me.raynes/fs "1.4.5"]
[clj-http "0.9.2"]]
[me.raynes/fs "1.4.6"]
[clj-http "1.1.2"]]
:main ^:skip-aot buchdesmonats.core
:profiles {:uberjar {:aot :all}})