I'm with Phil on this one. The alphas and betas are synced to maven
central. You don't need any additional repositories in your project file.
They are announced on the list when they are cut and always have a brief
list of changes since the last release.  They are easy to find if you
follow this list.  You can also just look in maven central to find the
latest.

Cheers,

Aaron Bedra
--
Clojure/core
http://clojure.com

On Mon, Oct 31, 2011 at 8:11 PM, Phil Hagelberg <p...@hagelb.org> wrote:

> On Mon, Oct 31, 2011 at 4:57 PM, JMatt <jm...@jmatt.org> wrote:
> > Everyone that I know who writes clojure professionally or on a daily
> basis
> > uses lein to start. The simplest way to expose far more people to alphas
> and
> > betas is to add the sonatype repo to the default-repos function in lein:
> >
> https://github.com/technomancy/leiningen/blob/1.x/src/leiningen/core.clj#L128
> > Is there a reason that lein shouldn't / doesn't support the new repos?
>
> Adding snapshot repositories to the default repo list incurs an
> additional cost for checking every single snapshot dependency you add.
> I would rather have folks call out explicit usage of snapshots.
> Leiningen 2.0 will probably even remove Clojars snapshots by default.
>
> -Phil
>
> --
> 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
>

-- 
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