From 1afc36ecbc046f22a8bf9e9329521c5435ea3a15 Mon Sep 17 00:00:00 2001 From: Carmen La Date: Thu, 6 Aug 2015 13:39:13 -0400 Subject: [PATCH] Update selmer dependency --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8a00858..45ef9c6 100644 --- a/project.clj +++ b/project.clj @@ -11,6 +11,6 @@ [clj-text-decoration "0.0.3"] [io.aviso/pretty "0.1.18"] [hiccup "1.0.5"] - [selmer "0.8.5"] + [selmer "0.8.8"] [pandect "0.5.2"] [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])