From 36656de029259754681316b71df80faec95a85c7 Mon Sep 17 00:00:00 2001 From: Carmen La Date: Tue, 8 Mar 2016 15:39:24 -0500 Subject: [PATCH] Update dependencies --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index fc45a7a..44f2c23 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.36" +(defproject cryogen-core "0.1.37" :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.22"] + [io.aviso/pretty "0.1.24"] [hiccup "1.0.5"] [selmer "1.0.0"] [pandect "0.5.4"]