Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Last active February 15, 2017 14:16
Show Gist options
  • Save PetrGlad/59dc1e205c7c71725fab6742bcec6b0b to your computer and use it in GitHub Desktop.
Save PetrGlad/59dc1e205c7c71725fab6742bcec6b0b to your computer and use it in GitHub Desktop.
My Leiningen profile
{:user {:dependencies [[pjstadig/humane-test-output "0.8.1"]]
:injections [(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]
:plugins [[lein-auto "0.1.2"]
[jonase/eastwood "0.2.3"]
[lein-kibit "0.1.2"]
[lein-ancient "0.6.10"]
[lein-cloverage "1.0.9"]
[lein-environ "1.1.0"]
[lein-pprint "1.1.2"]
[nightlight/lein-nightlight "1.6.1"]
[lein-nodisassemble "0.1.3"]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment