Skip to content

Instantly share code, notes, and snippets.

@rosado
Last active August 14, 2016 19:31
Show Gist options
  • Select an option

  • Save rosado/9751161 to your computer and use it in GitHub Desktop.

Select an option

Save rosado/9751161 to your computer and use it in GitHub Desktop.
{:user {:plugins [[cider/cider-nrepl "0.13.0"]
[lein-ring "0.9.7" :exclusions [org.clojure/clojure]]
[lein-pprint "1.1.1"]
[lein-vanity "0.2.0" :exclusions [org.clojure/clojure]]
[lein-voom "0.1.0-20160311_203101-g259fbfc" :exclusions [org.clojure/clojure]]
[com.jakemccrary/lein-test-refresh "0.16.0"]
[com.palletops/lein-shorthand "0.4.0" :exclusions [org.clojure/clojure]]]
:dependencies []
:repl-options {}
:shorthand {. {pp clojure.pprint/pprint}}}
:alembic {:dependencies [[alembic "0.3.2"]]
:shorthand {. [alembic.still/distill
alembic.still/lein]}}
:nrepl {:dependencies [[org.clojure/tools.nrepl "0.2.11"]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment