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
Is your feature request related to a problem? Please describe.
As a maintainer, I want to be able to validate my dependencies are what they were when I pulled them in.
Describe the solution you'd like
https://github.com/stringbean/sbt-dependency-lock
Describe alternatives you've considered
I've searched for other plugins that do this and ☝️ seems to be the currently maintained one.
The text was updated successfully, but these errors were encountered:
Enables lockfile workflow with sbt-dependency-lock
aa1f1f7
Caveats of this: 1. [Crossbuilds may not be supported][crossbuilds], impacting #84. 2. The hash used is SHA1, which is deprecated including by [NIST][nist]. Some work is in draft PRs for introducing a new version of the lockfile that may enable SHA256 or other hash algorithms. Fixes #129 [crossbuilds]: stringbean/sbt-dependency-lock#13 [nist]: https://www.nist.gov/news-events/news/2022/12/nist-retires-sha-1-cryptographic-algorithm
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
As a maintainer, I want to be able to validate my dependencies are what they were when I pulled them in.
Describe the solution you'd like
https://github.com/stringbean/sbt-dependency-lock
Describe alternatives you've considered
I've searched for other plugins that do this and ☝️ seems to be the currently maintained one.
The text was updated successfully, but these errors were encountered: