Bump to Clojure 1.4.0.

This commit is contained in:
Phil Hagelberg 2012-04-17 22:07:04 -07:00
parent e04f1bee9b
commit 9e83fc3f95
2 changed files with 11 additions and 2 deletions

View file

@ -262,7 +262,16 @@ explains how to write plugins.
you can `export LEIN_JVM_OPTS=-XX:+TieredCompilation` to improve
boot time. This requires Hotspot version 20 or newer. On newer versions
of Leiningen it is enabled automatically.
**Q:** Why is Leiningen 2 still in a preview release?
**A:** As of the preview3 release, Leiningen 2 is very stable and
recommended for general use. The main thing keeping it from a final
release is the fact that the Clojars repository
[mingles snapshots with releases](https://github.com/ato/clojars-web/issues/24),
which is undesirable. Since switching the default repositories to a
releases-only Clojars (which hasn't been implemented yet) would be a
breaking change, a series of previews is being released in the mean time.
**Q:** I don't have access to stdin inside my project.
**A:** This is a limitation of the JVM's process-handling methods;
none of them expose stdin correctly. This means that functions like

View file

@ -3,7 +3,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:description "Library for core functionality of Leiningen."
:dependencies [[org.clojure/clojure "1.3.0"]
:dependencies [[org.clojure/clojure "1.4.0"]
[classlojure "0.6.5"]
[robert/hooke "1.1.2"]
[ordered "1.1.0"]