Bump the version and update some libs
This commit is contained in:
parent
79139c0d97
commit
b26f8e52c3
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
(defproject buchdesmonats "1.3"
|
(defproject buchdesmonats "1.4"
|
||||||
:description "A simple tool to fetch all books of the month from the okoyono.de project."
|
: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"
|
:url "https://git.okoyono.de/mezzomix/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.7.0"]
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||||
[org.clojure/tools.logging "0.3.1"]
|
[org.clojure/tools.logging "0.3.1"]
|
||||||
[enlive "1.1.6"]
|
[enlive "1.1.6"]
|
||||||
[me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
[clj-http "2.0.0"]]
|
[clj-http "3.3.0"]]
|
||||||
:main ^:skip-aot buchdesmonats.core
|
:main ^:skip-aot buchdesmonats.core
|
||||||
:profiles {:uberjar {:aot :all}})
|
:profiles {:uberjar {:aot :all}})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue