Skip to content

Commit

Permalink
Update lein profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed May 23, 2014
1 parent 3e7c76e commit d80e16e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions languages/clojure/lein/profiles.clj
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{:user {:plugins [[lein-beanstalk "0.2.7"]
[lein-light "0.0.27"]
[lein-light "0.0.44"]
[lein-marginalia "0.7.1"]
[cider/cider-nrepl "0.7.0-SNAPSHOT"]
[lein-clojars "0.9.1"]
[lein-outdated "1.0.1"]
[lein-ancient "0.5.5"]
[lein-depgraph "0.1.0"]
[lein-pprint "1.1.1"]
[lein-ring "0.8.7"]]
:dependencies [[clj-stacktrace "0.2.5"]]
: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)))]
:vimclojure-opts {:repl true}}}
[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)))]}}

0 comments on commit d80e16e

Please sign in to comment.