-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Make use of sbt-dependency-submission #242
Comments
sbt uses it already: sbt/sbt#6960 See #240 |
I set up the workflow in all repositories now. It's working, however for three repos the workflow is currenty failing, but they should turn green as soon as we release a Play 2.9 version with Scala 3 artifacts, which should automatically fixed those workflows (right now they can't download the _3 deps):
The only thing which is still missing, because the action does not support it, is to add multiple independent projects within a single repo. I opened an issue for that: scalacenter/sbt-dependency-submission#84
|
...and along the way I fixed scala-steward itself and made sure our repos all get visited again by scala-steward, including independent non-root projects within a repo:
|
https://www.scala-lang.org/blog/2022/07/18/secure-your-dependencies-on-github.html
The text was updated successfully, but these errors were encountered: