From e1a03943c4f50f00b3d4e0c2f8941bf02b36794d Mon Sep 17 00:00:00 2001 From: Yogthos Date: Fri, 5 Feb 2016 19:07:20 -0500 Subject: [PATCH] bumped up dependency --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 1c29f99..a933b88 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.33" +(defproject cryogen-core "0.1.34" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" @@ -9,7 +9,7 @@ [crouton "0.1.2"] [cheshire "5.5.0"] [clj-text-decoration "0.0.3"] - [io.aviso/pretty "0.1.21"] + [io.aviso/pretty "0.1.22"] [hiccup "1.0.5"] [selmer "1.0.0"] [pandect "0.5.4"]