On Feb 26, 2015, at 11:21 AM, Michael Griffiths <[email protected]> 
wrote:
> I have the following in my project.clj:
> 
>   :dependencies [[org.clojure/clojure "1.7.0-master-SNAPSHOT"]]
>   :repositories [["snapshots" 
> "https://oss.sonatype.org/content/repositories/snapshots";]]

The only difference between my project.clj (which works) and yours is the 
trailing / on the repository address:

    :dependencies [[org.clojure/clojure "1.7.0-master-SNAPSHOT"]]
    :repositories [["snapshots" 
"https://oss.sonatype.org/content/repositories/snapshots/";]]

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)



-- 
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
--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to