2013-10-12 04:01:55 +11:00
|
|
|
{:user {:plugins [[lein-beanstalk "0.2.7"]
|
2014-05-24 02:05:41 +10:00
|
|
|
[lein-light "0.0.44"]
|
2012-08-18 13:25:13 +10:00
|
|
|
[lein-marginalia "0.7.1"]
|
2014-05-24 02:05:41 +10:00
|
|
|
[cider/cider-nrepl "0.7.0-SNAPSHOT"]
|
2013-03-10 16:42:32 +11:00
|
|
|
[lein-clojars "0.9.1"]
|
2014-05-24 02:05:41 +10:00
|
|
|
[lein-ancient "0.5.5"]
|
2013-10-12 04:01:55 +11:00
|
|
|
[lein-depgraph "0.1.0"]
|
|
|
|
[lein-pprint "1.1.1"]
|
2014-05-24 02:05:41 +10:00
|
|
|
[lein-ring "0.8.10"]]
|
|
|
|
:dependencies [[io.aviso/pretty "0.1.11"]
|
|
|
|
[alembic "0.2.1"]]
|
|
|
|
:repl-options {:nrepl-middleware [io.aviso.nrepl/pretty-middleware]}
|
|
|
|
:injections [#_(let [orig (ns-resolve (doto 'clojure.stacktrace require)
|
|
|
|
'print-cause-trace)
|
|
|
|
new (ns-resolve (doto 'clj-stacktrace.repl require)
|
|
|
|
'pst)]
|
|
|
|
(alter-var-root orig (constantly @new)))]}}
|