Skip to content

Instantly share code, notes, and snippets.

@thegeez
Created May 22, 2012 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegeez/2771033 to your computer and use it in GitHub Desktop.
Save thegeez/2771033 to your computer and use it in GitHub Desktop.
Clojure snapshot usage
(defproject clj15 "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment