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
I occasionally use a variable to define a version number for a set of related libraries (usually raw Java libs that all need to be pinned to the same version).
Yeah it's a bit of a problem, because this is a common thing to want to do. I've been thinking maybe about creating a lein and boot plugin that people can run in CI, which would send all of the dependencies in the project on each build. That would let me handle any arbitrarily complex scheme that people do with lein and boot. The other option is that I spin up containers somewhere and evaluate the project myself to get their versions.
I occasionally use a variable to define a version number for a set of related libraries (usually raw Java libs that all need to be pinned to the same version).
Here's an example.
Unfortunately versions doesn't seem to handle that properly, and reports out of date dependencies
Here's the output for the same example.
The text was updated successfully, but these errors were encountered: