On Thu, Oct 7, 2010 at 7:42 PM, Jarl Haggerty <fictivela...@gmail.com> wrote:
> 1.  How do I get leiningen to use 1.3 when I type lein repl, right now
> I have to compile a jar and execute it if I want to use the 1.3
> library.

Specify these dependencies:

  :dependencies
    [[org.clojure/clojure "1.3.0-master-SNAPSHOT"]
      [org.clojure.contrib/standalone "1.3.0-SNAPSHOT"]]

Do lein deps then lein repl and you should have a 1.3 instance running.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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

Reply via email to