diff --git a/project.clj b/project.clj index db7df6c..cd7cd79 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject cryogen-core "0.1.47" +(defproject cryogen-core "0.1.48" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.8.0"] - [cheshire "5.6.3"] + [cheshire "5.7.0"] [clj-rss "0.2.3"] [clj-text-decoration "0.0.3"] [enlive "1.1.6"] @@ -13,6 +13,6 @@ [io.aviso/pretty "0.1.33"] [me.raynes/fs "1.4.6"] [pandect "0.6.1"] - [selmer "1.10.3"]] + [selmer "1.10.5"]] :deploy-repositories [["snapshots" :clojars] ["releases" :clojars]])