You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: