From 718429516080a87d2283df3135620ddcb9ed3bb4 Mon Sep 17 00:00:00 2001 From: lacarmen Date: Sun, 14 Dec 2014 13:49:09 -0500 Subject: [PATCH] Updated dependency --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 8048a7c..3b44e17 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.3" +(defproject cryogen-core "0.1.4" :description "Cryogen's compiler" :url "https://github.com/lacarmen/cryogen-core" :license {:name "Eclipse Public License" @@ -7,7 +7,7 @@ [clj-rss "0.1.9"] [me.raynes/fs "1.4.6"] [crouton "0.1.2"] - [cheshire "5.3.1"] + [cheshire "5.4.0"] [clj-text-decoration "0.0.3"] [io.aviso/pretty "0.1.13"] [hiccup "1.0.5"]