From 184fac6c738f0480202a708a3d81d3e79fbb8391 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Tue, 10 Jun 2014 23:10:25 +0200 Subject: [PATCH] Bump the versions for the dependencies. Bleeding edge ftw. --- project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index f41e163..42b83b9 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,11 @@ -(defproject buchdesmonats "1.0" - :description "A simple tool to fetch all books of the months from the cthn.de project." +(defproject buchdesmonats "1.1" + :description "A simple tool to fetch all books of the month from the cthn.de project." :url "http://cthn.de/projects/buch_des_monats" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} - :dependencies [[org.clojure/clojure "1.5.1"] + :dependencies [[org.clojure/clojure "1.6.0"] [enlive "1.1.5"] - [me.raynes/fs "1.4.4"] - [clj-http "0.9.1"]] + [me.raynes/fs "1.4.5"] + [clj-http "0.9.2"]] :main ^:skip-aot buchdesmonats.core :profiles {:uberjar {:aot :all}})