Skip to content

Instantly share code, notes, and snippets.

@stuartsierra
Created July 19, 2013 20:16
Show Gist options
  • Save stuartsierra/6042039 to your computer and use it in GitHub Desktop.
Save stuartsierra/6042039 to your computer and use it in GitHub Desktop.
sample project.clj file to test ClojureScript release 0.0-1845-RC1
(defproject your-project "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-1845-RC1"]]
:repositories {"sonatype-staging"
"https://oss.sonatype.org/content/groups/staging/"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment