project.clj missing a ]
Closed this issue · 6 comments
project.clj is missing a ]
Thanks for the bug. I've pushed a fix to the master branch; can you test it and let me know if it works? (Still don't have Leiningen...:( )
diff --git a/project.clj b/project.clj
index dae1ed6..d97b536 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.1.0-master-SNAPSHOT"]
-
[org.clojure/clojure-contrib "1.0.0-master-SNAPSHOT"]]
- :dev-dependencies [[lein-clojars "1.0.0"]])
-
[org.clojure/clojure-contrib "1.1.0-master-SNAPSHOT"]]
- :dev-dependencies [[lein-clojars "0.5.0"]])
is what I did to make it work
that didn't come through well.
contrib version should match the clojure version 1.1.0 and the clojars version is 0.5.0
I've pushed to the master branch again. Does it seem valid now? If so, I'll create another version tag with the fix.
looks good to go
Great! Created version tag 2.2.6; this issue is now closed.