Last active
February 15, 2017 14:16
-
-
Save PetrGlad/59dc1e205c7c71725fab6742bcec6b0b to your computer and use it in GitHub Desktop.
My Leiningen profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{: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