From 2d887342b8f29c229c125457f1d099f4f0195671 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 27 Mar 2014 18:10:26 -0400 Subject: [PATCH] update jtwig version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7578114..a18b4c6 100644 --- a/project.clj +++ b/project.clj @@ -6,5 +6,5 @@ :repositories [["sonatype" {:url "http://oss.sonatype.org/content/repositories/releases" :snapshots false}]] :dependencies [[org.clojure/clojure "1.5.1"] - [com.lyncode/jtwig-core "2.1.2"] + [com.lyncode/jtwig-core "2.1.4"] [org.apache.commons/commons-lang3 "3.1"]])