My Lein Profile Setup

How I have Leiningen configured to work with Clojure

~/.lein/profiles.clj

{:user
 {:plugins [[lein-try "0.4.3"]
            [lein-midje "3.2.1"]
            [lein-cloverage "1.1.2"]
            [jonase/eastwood "0.3.10"]]
}}

Dependencies