dotfiles/languages/clojure/lein/profiles.clj

19 lines
841 B
Clojure
Raw Normal View History

2015-08-07 15:22:42 +10:00
{:user {:plugins [;[lein-beanstalk "0.2.7"]
;[lein-marginalia "0.7.1"]
[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]
2013-03-10 16:42:32 +11:00
[lein-clojars "0.9.1"]
2015-08-07 15:22:42 +10:00
[lein-ancient "0.6.7"]
2013-10-12 04:01:55 +11:00
[lein-depgraph "0.1.0"]
2015-08-07 15:22:42 +10:00
[lein-pprint "1.1.2"]
[lein-ring "0.9.6"]]
:dependencies [[io.aviso/pretty "0.1.18"]
[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.10"]
[clj-stacktrace "0.2.8"]]
:repl-options {:skip-default-intro true}
:global-vars {*print-length* 103
*print-level* 15}
:injections [(require 'io.aviso.repl)
(io.aviso.repl/install-pretty-exceptions)]}}