diff --git a/project.clj b/project.clj index 4b35023..b74a90a 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,11 @@ -(defproject cryogen-core "0.1.57" +(defproject cryogen-core "0.1.58" :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"] [camel-snake-kebab "0.4.0"] - [cheshire "5.7.1"] + [cheshire "5.8.0"] [clj-rss "0.2.3"] [clj-text-decoration "0.0.3"] [enlive "1.1.6"] @@ -15,6 +15,6 @@ [me.raynes/fs "1.4.6"] [pandect "0.6.1"] [prismatic/schema "1.1.6"] - [selmer "1.11.0"]] + [selmer "1.11.1"]] :deploy-repositories [["snapshots" :clojars] ["releases" :clojars]])