Skip to content

Commit

Permalink
Specify range of acceptable clojure versions (fixes #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 30, 2011
1 parent 33e831c commit 69fab75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project.clj
@@ -1,9 +1,7 @@
(defproject congomongo
"0.1.8-SNAPSHOT"
:description "clojure-friendly api for MongoDB"
:dependencies [;; Also tested with: [org.clojure/clojure "1.3.0"]
;; and: [org.clojure/clojure "1.4.0-alpha1"]
[org.clojure/clojure "1.2.1"]
:dependencies [[org.clojure/clojure "[1.2.1,1.4.0-alpha1]"]
[org.clojure/core.incubator "0.1.0"]
[org.clojure/data.json "0.1.2"]
[org.mongodb/mongo-java-driver "2.6.5"]]
Expand Down

0 comments on commit 69fab75

Please sign in to comment.