Created
December 24, 2009 12:18
-
-
Save neotyk/263165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/project.clj b/project.clj | |
index adac2b2..3c05f8f 100644 | |
--- a/project.clj | |
+++ b/project.clj | |
@@ -1,6 +1,6 @@ | |
(defproject fnparse "2.2.4" | |
:description "A library for creating functional parsers in Clojure." | |
- :dependencies [[org.clojure/clojure "1.0.0"] | |
- [org.clojure/clojure "1.0.0-SNAPSHOT"]] | |
+ :dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"] | |
+ [org.clojure/clojure-contrib "1.1.0-master-SNAPSHOT"]] | |
:dev-dependencies [[lein-clojars "1.0.0"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment