all repos — nixfiles @ e989bb41e34eeba711047a0263cbfb224bb4beee

System and user configuration, managed by nix and home-manager

Upgrade leiningen plugins

Alan Pearce
commit

e989bb41e34eeba711047a0263cbfb224bb4beee

parent

9bea36e7f26f7cd34d20855ad309c84519ad9067

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M tag-clojure/lein/profiles.cljtag-clojure/lein/profiles.clj
@@ -1,6 +1,6 @@
-{:user {:plugins [[cider/cider-nrepl "0.8.0-SNAPSHOT"] - [org.clojure/tools.namespace "0.2.7"] - [lein-autoexpect "1.4.0"] - [lein-ancient "0.5.5"] +{:user {:plugins [[cider/cider-nrepl "0.9.1"] + [org.clojure/tools.namespace "0.2.10"] + [lein-autoexpect "1.6.0"] + [lein-ancient "0.6.7"] [lein-droid "0.4.0-alpha4"]] :dependencies [[org.clojure/tools.trace "0.7.8"]]}}