Skip to content
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

Closed
rossabaker opened this issue Feb 11, 2023 · 4 comments
Closed

Install scala-cli? #22

rossabaker opened this issue Feb 11, 2023 · 4 comments
Assignees

Comments

@rossabaker
Copy link
Member

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?

@armanbilge
Copy link
Member

Yeah I've been wondering the same. The follow-up question is, once it has scala-cli available, what will it do with it 😅

@fthomas
Copy link
Member

fthomas commented Feb 11, 2023

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.

@rossabaker
Copy link
Member Author

And if it runs amok, which it doesn't sound like it will, we should be able to close the PRs.

@armanbilge
Copy link
Member

The steward action now installs it for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants