Why is incomplete now appearing as a dependency for all lein projects? That seems wrong.
Ok, I’ve figured this out. Lein always used to include clojure-complete as a dependency for all lein projects, and it looks like this has switched to incomplete. This broke all my tests, because they were manually filtering out clojure-complete from the dependency results, which I had forgotten.
It still seems wrong that a build tool is injecting a completion library, but at least it’s been consistently wrong.