Skip to content

Commit

Permalink
link directly to list of ClojureScript releases on maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Nov 7, 2013
1 parent 7514ae2 commit ad2bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/leiningen/cljsbuild/subproject.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependency. One will be provided for you by lein-cljsbuild, but it" "dependency. One will be provided for you by lein-cljsbuild, but it"
"is strongly recommended that you add your own. You can find a list" "is strongly recommended that you add your own. You can find a list"
"of all ClojureScript releases here:") "of all ClojureScript releases here:")
(println "http://search.maven.org/#search|ga|1|g%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22") (println "http://search.maven.org/#search|gav|1|g%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22")
(when acceptable-cljs-range (apply println cljs-version-message)) (when acceptable-cljs-range (apply println cljs-version-message))
(println "\033[0m"))) (println "\033[0m")))


Expand Down

0 comments on commit ad2bf4a

Please sign in to comment.