diff --git a/project.clj b/project.clj index 635442c..d170baa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject structured-data "0.1.0-SNAPSHOT" +(defproject recursion "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.4.0"]] :profiles {:dev {:dependencies [[midje "1.4.0"]] :plugins [[lein-midje "2.0.0-SNAPSHOT"]]}})