From 497dcab29a0028b4a5b791d067243fb225c81e8f Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 6 Apr 2014 12:57:19 -0400 Subject: [PATCH] add couchdb library dependency --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 9d657f5..e63a439 100644 --- a/project.clj +++ b/project.clj @@ -15,6 +15,7 @@ [clj-figlet "0.1.1"] [clj-image2ascii "0.2"] [com.cemerick/url "0.1.1"] + [com.ashafa/clutch "0.5.0-RC1"] ; install https://github.com/jalpedersen/clutch locally with 'lein install' [criterium "0.4.3" :scope "test"]] :main main :plugins [[lein-ring "0.8.10"]