update deps and version number
This commit is contained in:
parent
9cd5016537
commit
1b7f0fb367
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
(defproject cryogen-core "0.1.47"
|
(defproject cryogen-core "0.1.48"
|
||||||
: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"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.8.0"]
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||||
[cheshire "5.6.3"]
|
[cheshire "5.7.0"]
|
||||||
[clj-rss "0.2.3"]
|
[clj-rss "0.2.3"]
|
||||||
[clj-text-decoration "0.0.3"]
|
[clj-text-decoration "0.0.3"]
|
||||||
[enlive "1.1.6"]
|
[enlive "1.1.6"]
|
||||||
|
@ -13,6 +13,6 @@
|
||||||
[io.aviso/pretty "0.1.33"]
|
[io.aviso/pretty "0.1.33"]
|
||||||
[me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
[pandect "0.6.1"]
|
[pandect "0.6.1"]
|
||||||
[selmer "1.10.3"]]
|
[selmer "1.10.5"]]
|
||||||
:deploy-repositories [["snapshots" :clojars]
|
:deploy-repositories [["snapshots" :clojars]
|
||||||
["releases" :clojars]])
|
["releases" :clojars]])
|
||||||
|
|
Loading…
Reference in a new issue