From 9ca76951fe0858737fd38194e6a76cc031c36a08 Mon Sep 17 00:00:00 2001 From: Gered King Date: Sat, 15 Nov 2014 01:04:32 -0500 Subject: [PATCH] update clj-pebble version ... to a version that is actually deployed to clojars --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 979ed01..364d467 100644 --- a/project.clj +++ b/project.clj @@ -14,5 +14,5 @@ [tinsel "0.4.0" :exclusions [hickory]] [me.raynes/laser "2.0.0-SNAPSHOT"] [me.shenfeng/mustache "1.1"] - [clj-pebble "0.1.0-SNAPSHOT"] + [clj-pebble "0.1.0"] [clojure-csv/clojure-csv "2.0.1"]])