Skip to content

Commit

Permalink
bumped to 0.0.2-SNAPSHOT, removed monolithic contrib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Young committed Sep 20, 2011
1 parent f058e1d commit ddee90d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project.clj
@@ -1,5 +1,4 @@
(defproject the/parsatron "0.0.1"
(defproject the/parsatron "0.0.2-SNAPSHOT"
:description "Clojure parser combinators"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]]
:dependencies [[org.clojure/clojure "1.2.0"]]
:dev-dependencies [[swank-clojure "1.2.1"]])

0 comments on commit ddee90d

Please sign in to comment.