Re: Problems with Leiningen and Clojure 1.4

2012-09-04 Thread Dimas Guardado
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

Re: Problems with Leiningen and Clojure 1.4

2012-09-03 Thread Denis Labaye
On Fri, Aug 31, 2012 at 7:38 PM, Martin martin9...@gmail.com 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

Problems with Leiningen and Clojure 1.4

2012-09-02 Thread Martin
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