-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update all dependencies #12
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
chore: update all dependencies #12
Conversation
@ThijsBroersen Pease help fix the build issue. "/home/runner/work/_temp/7230c03e-9d24-4e7c-8c65-9a18022a0b3b.sh: line 1: sbt: command not found" |
Bumped all workflow actions and added sbt/setup-sbt because sbt is missing in ubuntu-latest (which is now 24.04) |
@gmkumar2005 please approve the workflow so we can finalize this PR: https://github.com/gmkumar2005/scala-js-env-playwright/actions/runs/12745512776 |
I think the failure has to do with the committed |
hmm, where does the compiler option come from? |
@gmkumar2005 disabled warnings in javacOptions and removed Werror explicitly |
How to get the new token ? |
Looks like it is not allowed because the run is triggered on a PR from my forked repo: https://github.com/scalacenter/sbt-dependency-submission?tab=readme-ov-file#unexpected-status-403 |
And docs say you should only use this on the default branch. So this step should be skipped for PR's. Let me adjust it. |
Do we need the dependency snapshot? If not plz remove it. |
what snapshot dependency? |
All green! |
Was playing a bit with the lib to test some things. Updated all dependencies, works on-my-machine..