Fail to detect out of date plugin
The project.clj for reagent-forms has an out-of-date lein-cljsbuild "1.0.3" which lein-ancient didn't notice (current is "1.1.7").
@cloojure The default behavior with lein ancient is just to check for out-of-date dependencies (not plugins); are you seeing this behavior when you run lein ancient :plugins / lein ancient :all?
Hi - Looks like I forgot about this thread....
I just noticed that :all was an available option, after having used lein-ancient for years and not being aware of it.
It seems that :all should be the default behavior. I would have saved me lots of trouble with out-of-date plugins that I was unaware of.
I now have an alias that uses :all for both check and `check-profiles' in a single command. Seems most people could use this as the default behavior.