From 49566123cb08172c30351857c9d6ca06444f3354 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 15 Nov 2014 00:59:07 -0500 Subject: [PATCH] update to pebble 1.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c66f911..d35f2e0 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "BSD 3-Clause License" :url "http://opensource.org/licenses/BSD-3-Clause"} :dependencies [[org.clojure/clojure "1.6.0"] - [com.mitchellbosecke/pebble "1.0.0"] + [com.mitchellbosecke/pebble "1.1.0"] [cheshire "5.3.1"] [org.apache.commons/commons-lang3 "3.3.2"]] :profiles {:dev {:dependencies [[pjstadig/humane-test-output "0.6.0"]]