diff --git a/README.md b/README.md index 866b1a8..ab62e26 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ # recursion -I'm an app. Or maybe I'm a library? I haven't decided yet. - -The choice is up to you! +I'm part of the [120 hour epic sax marathon](http://iloveponies.github.com/120-hour-epic-sax-marathon/). ## Usage -FIXME - -## License - -Copyright © 2012 FIXME - -Distributed under the Eclipse Public License, the same as Clojure. +Make a fork of me! diff --git a/project.clj b/project.clj index 68d2b53..a9e89e1 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,4 @@ (defproject recursion "1.0.0-SNAPSHOT" - :description "Recursion" - :repositories {"stuart" "http://stuartsierra.com/maven2"} - :dependencies [[org.clojure/clojure "1.4.0"]] - :profiles {:dev {:dependencies [[midje "1.4.0"] - [com.stuartsierra/lazytest "1.2.3"]] - :plugins [[lein-midje "2.0.0-SNAPSHOT"]]}}) \ No newline at end of file + :dependencies [[org.clojure/clojure "1.5.0"]] + :profiles {:dev {:dependencies [[midje "1.5-RC1"]] + :plugins [[lein-midje "3.0-RC1"]]}}) \ No newline at end of file