Skip to content

Instantly share code, notes, and snippets.

@msgodf
Created July 30, 2015 08:47
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 msgodf/e30477998c3e6fa054d5 to your computer and use it in GitHub Desktop.
Save msgodf/e30477998c3e6fa054d5 to your computer and use it in GitHub Desktop.
My .lein/profiles.clj
{:user
{:plugins [[lein-try "0.4.3"]
[lein-ring "0.9.6"]
[lein-ancient "0.6.7"]
[lein-kibit "0.1.2"]
[refactor-nrepl "1.2.0-SNAPSHOT"]
[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[lein-cljfmt "0.2.1"]
[jonase/eastwood "0.2.1"]
[lein-typed "0.3.5"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.10"]
[acyclic/squiggly-clojure "0.1.2-SNAPSHOT"]]}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment