Created
July 19, 2013 20:16
-
-
Save stuartsierra/6042039 to your computer and use it in GitHub Desktop.
sample project.clj file to test ClojureScript release 0.0-1845-RC1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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