Last active
August 29, 2015 13:57
-
-
Save stuartsierra/9419597 to your computer and use it in GitHub Desktop.
Test G.Closure library release 0.0-20140226-71326067
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
;; Use this Leiningen project.clj file to test the new release of the | |
;; Google Closure library JARs, version 0.0-20140226-71326067 | |
(defproject testproject "0.1.0-SNAPSHOT" | |
;; Add lein-cljsbuild or whatever else you use for ClojureScript | |
:dependencies [[org.clojure/clojure "1.5.1"] | |
[org.clojure/clojurescript "0.0-2173" | |
:exclusions [org.clojure/google-closure-library | |
org.clojure/google-closure-library-third-party]] | |
;; closure-library includes dependency on closure-library-third-party: | |
[org.clojure/google-closure-library "0.0-20140226-71326067"]] | |
;; Temporary staging repositories to test this release: | |
:repositories [["gclosure" | |
"https://oss.sonatype.org/content/repositories/orgclojure-1208/"] | |
["gclosure-third-party" | |
"https://oss.sonatype.org/content/repositories/orgclojure-1209/"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment