From b8c5b71dbb15f5d58776e9aea6ae751ee6e0f71d Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Mon, 29 Dec 2014 18:06:52 -0500 Subject: [PATCH] updated markdown-clj dependency --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 015e2fb..605f8cc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.8" +(defproject cryogen-core "0.1.9" :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.8"] - [markdown-clj "0.9.60" + [markdown-clj "0.9.61" :exclusions [com.keminglabs/cljx]]])