From b26f8e52c3ba7f5013701deb8d26b14c4a41e8a3 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Thu, 29 Sep 2016 21:02:10 +0200 Subject: [PATCH] Bump the version and update some libs --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 99f6765..6ef9b00 100644 --- a/project.clj +++ b/project.clj @@ -1,13 +1,13 @@ -(defproject buchdesmonats "1.3" - :description "A simple tool to fetch all books of the month from the okoyono.de project." +(defproject buchdesmonats "1.4" + :description "A simple tool to fetch all book of the month covers from the okoyono.de project." :url "https://git.okoyono.de/mezzomix/buch_des_monats" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} - :dependencies [[org.clojure/clojure "1.7.0"] + :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/tools.logging "0.3.1"] [enlive "1.1.6"] [me.raynes/fs "1.4.6"] - [clj-http "2.0.0"]] + [clj-http "3.3.0"]] :main ^:skip-aot buchdesmonats.core :profiles {:uberjar {:aot :all}})