Skip to content

Instantly share code, notes, and snippets.

@stuartsierra
Last active August 29, 2015 13:57
Show Gist options
  • Save stuartsierra/9419597 to your computer and use it in GitHub Desktop.
Save stuartsierra/9419597 to your computer and use it in GitHub Desktop.
Test G.Closure library release 0.0-20140226-71326067
;; 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