I'm not sure how doable this will be, but I figured I'd post it anyway.
We have some libraries which are published as a bundle, and the consumer should use the same version of each of them (there are other modules also published in the the bundle, and different projects pick different subsets).
This is generally managed by using a var in the project.clj
However these get skipped over entirely by lein ancient - I am able to use show-latest manually to check and update these, but it would be nice if ancient were able to read these values.
I'm not sure how doable this will be, but I figured I'd post it anyway.
We have some libraries which are published as a bundle, and the consumer should use the same version of each of them (there are other modules also published in the the bundle, and different projects pick different subsets).
This is generally managed by using a var in the project.clj
However these get skipped over entirely by
lein ancient
- I am able to use show-latest manually to check and update these, but it would be nice if ancient were able to read these values.