Thanks for your answers. Yes, I'd like to use the new branch not the master one, anyway having this dependency in project.clj:
[org.clojure/clojure "1.1.0-new-SNAPSHOT"] and using lein repl, I still have 1.1.0-alpha-SNAPSHOT at the repl. I added the spec to the dev-dependencies too, but still having no success. Andrea. On Dec 19, 3:56 am, "Alex Osborne" <[email protected]> wrote: > defn <[email protected]> writes: > > On Dec 18, 7:00 am, Andrea Tortorella <[email protected]> wrote: > >> I'd like to ask how to use leiningen with the latest clojure > >> development new branch, is this possible? > > This will pull down 1.1.0-master-SNAPSHOT per the settings in > > project.clj which is as new as Dec. 18th, 16:00 at the time of writing > > this. > > I think Andrea meant the "new" branch rather than the "master" branch. > Just use "1.1.0-new-SNAPSHOT" as the version number for both clojure and > clojure-contrib and you should be okay. Just be aware that if you pull > in other Clojure libraries they may be compiled against "master" and > won't work against "new". This compatibility will hopefully be sorted > out in future as "slim jars" (not AOT-compiled) are probably going to > become the default in most tools. -- 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
