By the way, Lein2 uses the local maven repository to cache dependencies.
You can find the clojure jar(s) used by your lein2-managaed project in
~/.m2/repository/org/clojure/clojure
https://github.com/technomancy/leiningen/wiki/Upgrading
(In the "Gotchas" section)
On Friday, August 31, 2012 10:3
On Fri, Aug 31, 2012 at 7:38 PM, Martin wrote:
> Hi
>
> Im having problems using Leiningen together with Clojure 1.4 (and 1.3) on
> Windows 7. Using Leiningen version 1.5.2 I can create a new project and use
> lein deps to download clojure version 1.2.1. However if I change
> dependencies in proj
Hi
Im having problems using Leiningen together with Clojure 1.4 (and 1.3) on
Windows 7. Using Leiningen version 1.5.2 I can create a new project and use
lein deps to download clojure version 1.2.1. However if I change
dependencies in project.clj to org.clojure/clojure "1.4.0", I run into
troub