Test against Clojure 1.4.0-beta7

This commit is contained in:
Michael S. Klishin 2012-04-10 16:15:05 +04:00
parent fbd631b22e
commit 52e824cdd8
2 changed files with 2 additions and 2 deletions

View file

@ -362,7 +362,7 @@ Neocons is part of the group of libraries known as ClojureWerkz, together with
## Development
Monger uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against
Clojure 1.3.0 and 1.4.0[-beta4] using
supported Clojure versions using
lein2 all test

View file

@ -15,7 +15,7 @@
:archive "https://groups.google.com/group/clojure-monger"
:post "clojure-monger@googlegroups.com"}
:profiles {:1.4 {:resource-paths ["test/resources"]
:dependencies [[org.clojure/clojure "1.4.0-beta6"]]}
:dependencies [[org.clojure/clojure "1.4.0-beta7"]]}
:dev {:resource-paths ["test/resources"]
:dependencies [[clj-time "0.3.6" :exclusions [org.clojure/clojure]]
[codox "0.3.4" :exclusions [org.clojure/clojure]]