Bump the versions for the dependencies. Bleeding edge ftw.

This commit is contained in:
Aaron Mueller 2014-06-10 23:10:25 +02:00
parent 2cb420a98d
commit 184fac6c73

View file

@ -1,11 +1,11 @@
(defproject buchdesmonats "1.0" (defproject buchdesmonats "1.1"
:description "A simple tool to fetch all books of the months from the cthn.de project." :description "A simple tool to fetch all books of the month from the cthn.de project."
:url "http://cthn.de/projects/buch_des_monats" :url "http://cthn.de/projects/buch_des_monats"
:license {:name "MIT License" :license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"} :url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.5.1"] :dependencies [[org.clojure/clojure "1.6.0"]
[enlive "1.1.5"] [enlive "1.1.5"]
[me.raynes/fs "1.4.4"] [me.raynes/fs "1.4.5"]
[clj-http "0.9.1"]] [clj-http "0.9.2"]]
:main ^:skip-aot buchdesmonats.core :main ^:skip-aot buchdesmonats.core
:profiles {:uberjar {:aot :all}}) :profiles {:uberjar {:aot :all}})