thanks, obviously after I posted that I re-read Stu's post and "will be
available soon" made me realize how superficially I read his post.

lein deps
Could not find artifact org.clojure:clojure:jar:1.5.0-RC14 in central (
http://repo1.maven.org/maven2/)
Could not find artifact org.clojure:clojure:jar:1.5.0-RC14 in clojars (
https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
Could not resolve dependencies

I added:

:repositories {"sonatype-oss-public"
               "https://oss.sonatype.org/content/groups/public/"}

;and it works now



On Sat, Feb 9, 2013 at 10:06 PM, Steve Miner <stevemi...@gmail.com> wrote:

> Maybe the registry has caught up with the updates yet.  Leiningen found RC
> 14.
>
> % lein deps
> Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.pom from
> sonatype-oss-public
> Retrieving org/clojure/clojure/1.5.0-RC14/clojure-1.5.0-RC14.jar from
> sonatype-oss-public
>
>
> On Feb 9, 2013, at 3:29 PM, AtKaaZ <atk...@gmail.com> wrote:
>
> Hi Stu. All I see is 
> beta13<http://search.maven.org/#artifactdetails%7Corg.clojure%7Cclojure%7C1.5.0-beta13%7Cjar>
>  as being last (9 feb), and RC6 05-Feb-2013
>
>
>  --
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Please correct me if I'm wrong or incomplete,
even if you think I'll subconsciously hate it.

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to