-
Notifications
You must be signed in to change notification settings - Fork 147
Bump the version of sbt in the tutorial. #580
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
Conversation
sjrd
left a comment
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.
Scala 3 is supported. What made you think it wasn't?
|
Hey! Thanks for looking I got unresolved dependencies when I specify scala on 3.1.0, 3.1.1, 3.1.2, or 3.1.3: On latest 2.x this error goes away |
|
Ah, that's because the sbt version that's suggested there is ancient. With the latest 1.7.1, this should go much better. |
|
Thanks @sjrd that's done the trick! Would it be helpful for me to update this PR to instead bump the recommended version of sbt, or will that then cause problems for lower versions of scala? It would be nice to publish a matrix of supported versions for [scalajs, scala, sbt] IMO |
Yes, please. We can always bump the version of sbt. The newer versions of sbt always support the older versions of Scala.js and Scala; like the newer versions of Scala.js always support the older versions of Scala. |
No description provided.