-
Notifications
You must be signed in to change notification settings - Fork 10
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
Install scala-cli? #22
Comments
Yeah I've been wondering the same. The follow-up question is, once it has scala-cli available, what will it do with it 😅 |
It instructs Scala CLI to export the "project" to an sbt build and then extracts dependencies from that. If there are no genuine Scala CLI scripts, the exported sbt project will be empty and no additional dependencies are updated. |
And if it runs amok, which it doesn't sound like it will, we should be able to close the PRs. |
The steward action now installs it for us. |
otel4s and scalac-options are broken due to scala-steward-org/scala-steward#2948. I wonder whether we could mitigate it by just installing scala-cli in the action?
The text was updated successfully, but these errors were encountered: