On Tue, Nov 29, 2011 at 6:13 PM, Matt <[email protected]> wrote:
> 1.4.2 is out now and should work with both Clojure 1.2.1 and 1.3.0.
> However, Leiningen currently doesn't work with Clojure 1.3.0.
>
> At work, I actually have a project.clj with Clojure 1.3.0 in the
> dependencies, and a Clojure 1.2.1 in the dev-dependencies to make
> Leiningen work.

The best thing to do here is to keep the Leiningen plugin in its own
project that runs inside the Leiningen process. Then when you need to
run code in the project itself, use eval-in-project. That way you
don't have to worry about Clojure version mismatches.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to