We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With this dependency setup:
scala-update will bump the value inside zioVersion, even though zio-logging is the only project with a 2.0.1 available.
scala-update
zioVersion
zio-logging
2.0.1
I think there needs to be some least-common-version logic applied here to prevent updates that break the build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With this dependency setup:
scala-update
will bump the value insidezioVersion
, even thoughzio-logging
is the only project with a2.0.1
available.I think there needs to be some least-common-version logic applied here to prevent updates that break the build
The text was updated successfully, but these errors were encountered: