about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 5b0d719..4223379 100644
--- a/project.clj
+++ b/project.clj
@@ -4,7 +4,8 @@
   :license {:name "MIT License"
             :url "http://opensource.org/licenses/MIT"}
   :dependencies [[org.clojure/clojure "1.6.0"]
-                 [enlive "1.1.5"]]
+                 [enlive "1.1.5"]
+                 [clojurewerkz/urly "1.0.0"]]
   :profiles {:dev {:dependencies [[expectations "2.0.9"]]}}
   :plugins [[lein-expectations "0.0.7"]]
   :main microformats.parser)