Skip to content

Instantly share code, notes, and snippets.

@iantruslove
Created April 2, 2014 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iantruslove/f8f1b6c03ef99f9023cc to your computer and use it in GitHub Desktop.
Save iantruslove/f8f1b6c03ef99f9023cc to your computer and use it in GitHub Desktop.
Immutant resolves plugin dependencies for archives
(defproject mutant "0.1.0-SNAPSHOT"
:description "Bug report for Immutant"
:repositories ^:replace
[["releases"
{:url ~(or (System/getenv "RELEASES_REPO_URL") "missing")}]
["snapshots"
{:url ~(or (System/getenv "SNAPSHOTS_REPO_URL") "missing")}]]
:dependencies [[org.clojure/clojure "1.5.1"]]
:profiles {:dev {:plugins [[lein-immutant "1.2.0"]]}}
:plugins [[lein-ring "0.8.10"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment