One way to get 1.7.0-master-SNAPSHOT into your local Maven repo in your $HOME/.m2 directory is to do these commands to build it yourself and install it there:
# First command creates a clojure directory, and subdirectories beneath that. git clone git://github.com/clojure/clojure.git cd clojure # mvn install compiles Clojure source, runs built-in tests, and if everything goes well, installs 1.7.0-master-SNAPSHOT.jar in $HOME/.m2 mvn install Andy On Thu, Feb 26, 2015 at 11:21 AM, Michael Griffiths < mikeygriffi...@gmail.com> wrote: > Hi all, > > 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";]] > > > but am getting this error: > > Could not find artifact org.clojure:clojure:jar:1.7.0-master-SNAPSHOT in > clojars (https://clojars.org/repo/) > Could not find artifact org.clojure:clojure:jar:1.7.0-master-SNAPSHOT in > snapshots (https://oss.sonatype.org/content/repositories/snapshots) > This could be due to a typo in :dependencies or network issues. > If you are behind a proxy, try setting the 'http_proxy' environment > variable. > > > Am I doing something wrong? > > Michael > > -- > 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/d/optout. > -- 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/d/optout.