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

More modern jdk #488

Closed
francisdb opened this issue Dec 13, 2021 · 2 comments
Closed

More modern jdk #488

francisdb opened this issue Dec 13, 2021 · 2 comments
Assignees

Comments

@francisdb
Copy link

I was watching the DevInsideYou cast on scala-cli and the first thing I see being installed is JDK8. The current LTS is 17 and might be a bit too new for the Scala ecosystem but 11 has been around for a long time now.

https://www.oracle.com/java/technologies/java-se-support-roadmap.html

@tpasternak
Copy link
Contributor

Hey @francisdb, thanks for reporting this!

If there's no JVM installed on the machine, then it indeed downloads JVM8. It can be modified with --jvm option.

Nevertheless I agree we probably should consider update to JVM11 or JVM17, @lwronski @alexarchambault @romanowski what do you think?

@tpasternak tpasternak self-assigned this Dec 16, 2021
tpasternak added a commit to tpasternak/scala-cli that referenced this issue Dec 16, 2021
@tpasternak
Copy link
Contributor

Done in #516

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.

2 participants