From 64a3e7013b10c50943d92b37f6d4531e5e4715e0 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 25 Dec 2014 13:37:00 -0500 Subject: [PATCH] bumped up markdown-clj version --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index f817dd8..f6c46aa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.5" +(defproject cryogen-core "0.1.7" :description "Cryogen's compiler" :url "https://github.com/lacarmen/cryogen-core" :license {:name "Eclipse Public License" @@ -12,5 +12,5 @@ [io.aviso/pretty "0.1.13"] [hiccup "1.0.5"] [selmer "0.7.7"] - [markdown-clj "0.9.59" + [markdown-clj "0.9.60" :exclusions [com.keminglabs/cljx]]])