From 13c445ff170ace320c02ec4704f4a4c3a506b0d0 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Sun, 10 Jan 2016 10:23:27 -0500 Subject: [PATCH] bumped up dependencies, version --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index a6aadc3..5eddd4e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.29" +(defproject cryogen-core "0.1.30" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" @@ -9,8 +9,8 @@ [crouton "0.1.2"] [cheshire "5.5.0"] [clj-text-decoration "0.0.3"] - [io.aviso/pretty "0.1.20"] + [io.aviso/pretty "0.1.21"] [hiccup "1.0.5"] - [selmer "0.9.8"] + [selmer "0.9.9"] [pandect "0.5.4"] [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])