From a542f4a2646f493ed3f1367da50de2485f2e5088 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Sat, 27 Dec 2014 01:28:23 -0500 Subject: [PATCH] bumped up selmer version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 558f725..015e2fb 100644 --- a/project.clj +++ b/project.clj @@ -11,6 +11,6 @@ [clj-text-decoration "0.0.3"] [io.aviso/pretty "0.1.13"] [hiccup "1.0.5"] - [selmer "0.7.7"] + [selmer "0.7.8"] [markdown-clj "0.9.60" :exclusions [com.keminglabs/cljx]]])