Skip to content

Commit

Permalink
Clojure 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 15, 2012
1 parent ccfd19b commit b67b64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Neocons is part of the group of libraries known as ClojureWerkz, together with

## Development

Neocons 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[-beta6] using
Neocons uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against
all supported Clojure versions using

lein2 all test

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:http-auth :http-auth
:all (constantly true)}
:source-paths ["src/clojure"]
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta6"]]}}
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
:aliases { "all" ["with-profile" "dev:dev,1.4"] }
:repositories {"clojure-releases" "http://build.clojure.org/releases",
"sonatype" {:url "http://oss.sonatype.org/content/repositories/releases",
Expand Down

0 comments on commit b67b64e

Please sign in to comment.