diff --git a/project.clj b/project.clj index a8495d2..68dc05c 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,8 @@ (defproject enlive-tutorial "0.1.0" :description "Enlive Tutorial" + :plugins [[lein-git-deps "0.0.1-SNAPSHOT"]] :dependencies [[org.clojure/clojure "1.5.1"] [enlive "1.1.1"] - [ring "1.2.0"] - [net.cgrand/moustache "1.1.0"]]) + [ring "1.2.0"]] + :git-dependencies [[github.com:cgrand/moustache.git]] + ) \ No newline at end of file