all repos — archive/dotfiles @ 99a6b8f91e1c71d14a29ff19213958e321ad3b7f

Superseded by nixfiles

Clojure: Add lein-ancient to user plugins

Alan Pearce
commit

99a6b8f91e1c71d14a29ff19213958e321ad3b7f

parent

2fd077caef472d4e610acf66ff0a548cf0ead686

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-clojure/lein/profiles.cljtag-clojure/lein/profiles.clj
@@ -1,4 +1,5 @@
{:user {:plugins [[cider/cider-nrepl "0.8.0-20140906.032134-10"] [org.clojure/tools.namespace "0.2.6"] - [lein-autoexpect "1.2.2"]] + [lein-autoexpect "1.2.2"] + [lein-ancient "0.5.5"]] :dependencies [[org.clojure/tools.trace "0.7.8"]]}}