Adding plugins to lein profile

This commit is contained in:
Tony Grosinger 2014-06-18 17:12:55 -07:00
parent e407dec512
commit c09e6c1b75

View File

@ -1,2 +1,6 @@
{:user {:dependencies [[slamhound "RELEASE"]]
{:user {:plugins [[jonase/eastwood "0.1.2"]
[lein-ancient "0.5.5"]
[cider/cider-nrepl "0.6.0"]
[lein-midje "3.1.3"]]
:dependencies [[slamhound "RELEASE"]]
:aliases {"slamhound" ["run" "-m" "slam.hound"]}}}