bump up deps and version number
This commit is contained in:
parent
52457c7b64
commit
98992b70de
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.41"
|
(defproject cryogen-core "0.1.42"
|
||||||
:description "Cryogen's compiler"
|
:description "Cryogen's compiler"
|
||||||
:url "https://github.com/cryogen-project/cryogen-core"
|
:url "https://github.com/cryogen-project/cryogen-core"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
@ -7,11 +7,11 @@
|
||||||
[clj-rss "0.2.3"]
|
[clj-rss "0.2.3"]
|
||||||
[me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
[crouton "0.1.2"]
|
[crouton "0.1.2"]
|
||||||
[cheshire "5.6.1"]
|
[cheshire "5.6.3"]
|
||||||
[clj-text-decoration "0.0.3"]
|
[clj-text-decoration "0.0.3"]
|
||||||
[io.aviso/pretty "0.1.26"]
|
[io.aviso/pretty "0.1.27"]
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "1.0.4"]
|
[selmer "1.0.7"]
|
||||||
[pandect "0.6.0"]
|
[pandect "0.6.0"]
|
||||||
[hawk "0.2.10"]
|
[hawk "0.2.10"]
|
||||||
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
||||||
|
|
Loading…
Reference in a new issue