-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiles.clj
23 lines (23 loc) · 1.04 KB
/
profiles.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{:user
{:dependencies [[clj-stacktrace "0.2.8"]]
: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 (deref new))))]
:plugins [[codox "0.10.3"]
[lein-marginalia "0.9.1"]
[lein-try "0.4.3"]
[lein-kibit "0.1.6"]
[lein-ancient "0.6.15"]
[lein-licenses "0.2.2"]
[jonase/eastwood "0.2.5"]
[lein-pprint "1.2.0"]
[lein-exec "0.3.7"]
[lein-simpleton "1.3.0"]
[lein-checkall "0.1.1"]
[lein-cljfmt "0.5.7"]]
:repl {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
[refactor-nrepl "2.0.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]
[org.clojure/tools.nrepl "0.2.12"]]}}}