From fa3d903c01050d71c649f699144909c387af4999 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 29 Nov 2019 15:53:06 +0100 Subject: [PATCH] update deps --- project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index 4fd539a..1fedae3 100644 --- a/project.clj +++ b/project.clj @@ -1,12 +1,12 @@ -(defproject dda/cryogen-core "0.1.54-SNAPSHOT" +(defproject dda/cryogen-core "0.2.0-SNAPSHOT" :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.10.0"] - [camel-snake-kebab "0.4.0"] - [cheshire "5.8.1"] - [clj-rss "0.2.3"] + [camel-snake-kebab "0.4.1"] + [cheshire "5.9.0"] + [clj-rss "0.2.5"] [clj-text-decoration "0.0.3"] [enlive "1.1.6"] [hawk "0.2.11"] @@ -14,6 +14,6 @@ [io.aviso/pretty "0.1.37"] [me.raynes/fs "1.4.6"] [pandect "0.6.1"] - [selmer "1.12.12"]] + [selmer "1.12.17"]] :deploy-repositories [["snapshots" :clojars] ["releases" :clojars]])