-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update contrib #861
base: main
Are you sure you want to change the base?
Update contrib #861
Conversation
Scala js dom currently targets java 17 for maximum compatibility. | ||
|
||
```sh | ||
cs launch sbt --jvm 17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a coursier-less way to do this? I don't think we should include it if it is not possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm... not that I know of, although there are many things I don't know :-). I would note, that that I bled some time figuring out the JVM 17 requirement, and then plenty of time futzing with env variables in shells before hitting on this as a QuickStart.
I'm not precious on it, so will bow to superior wisdom - it would have helped me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not precious on it, so will bow to superior wisdom - it would have helped me.
I understand that it helps local dev, so how about a small paragraph explaining what cs
is with a link to the coursier site?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds quite reasonable... BRB.
Pure documentation - this was my biggest pain point getting started.