Skip to content

Commit

Permalink
Update clojure profiles plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbarton committed Mar 23, 2016
1 parent 7377655 commit da4e923
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions lein/profiles.clj
@@ -1,6 +1,15 @@
{:user
{:plugins [[com.aphyr/prism "0.1.1"]
[cider/cider-nrepl "0.8.2"]]
:dependencies [[com.aphyr/prism "0.1.1"]
[slamhound "1.5.5"]]}
:aliases {"slamhound" ["run" "-m" "slam.hound"]}}}
{:plugins [[cider/cider-nrepl "0.8.2"]
[com.jakemccrary/lein-test-refresh "0.11.0"]
[jonase/eastwood "0.2.3"]
[lein-ancient "0.6.8"]]

:dependencies [[clj-stacktrace "0.2.8"]
[spyscope "0.1.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 (deref new))))
(require 'spyscope.core)]}}}

0 comments on commit da4e923

Please sign in to comment.