Drew Inglis

Results 3 issues of Drew Inglis

If you have two projects, project-a and project-b, and project-a depends on project-b, and you delete project-b but don't remove the dependency from project-a on project-b, running: `lein monolith each...

bug

I'm using `[lein-ancient "1.0.0-RC3"]`. Here's a minimal repro: ``` (defproject foo-project "1.0.0" :dependencies [[commons-collections "3.2.2"]]) ``` The output of `lein-ancient` is: ``` [commons-collections "20040616"] is available but we use "3.2.2"...