From 52e824cdd82442e24fde0f842bd0a92a64de7bba Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 10 Apr 2012 16:15:05 +0400 Subject: [PATCH] Test against Clojure 1.4.0-beta7 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f58c963..8d69329 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index c334b91..44c18b9 100644 --- a/project.clj +++ b/project.clj @@ -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]]