From da1fa73f8cdb79cf5bc80b356922fb11c346ad28 Mon Sep 17 00:00:00 2001 From: Carmen La Date: Sat, 31 Oct 2015 14:51:19 -0400 Subject: [PATCH] bump up dependencies and version number --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index c1db05f..a9cf4f3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.25" +(defproject cryogen-core "0.1.26" :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.18"] + [io.aviso/pretty "0.1.19"] [hiccup "1.0.5"] - [selmer "0.9.2"] - [pandect "0.5.2"] + [selmer "0.9.3"] + [pandect "0.5.4"] [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])