From 0afc39cf354e4dc8e30e6d3039c5bf4d7ea0b7c0 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 8 Jan 2015 19:55:33 -0500 Subject: [PATCH] updated to latest markdown-clj --- project.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 38afa14..81aeb36 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.13" +(defproject cryogen-core "0.1.14" :description "Cryogen's compiler" :url "https://github.com/lacarmen/cryogen-core" :license {:name "Eclipse Public License" @@ -12,6 +12,5 @@ [io.aviso/pretty "0.1.13"] [hiccup "1.0.5"] [selmer "0.7.8"] - [markdown-clj "0.9.61" - :exclusions [com.keminglabs/cljx]] + [markdown-clj "0.9.62"] [pandect "0.4.1"]])