-
Notifications
You must be signed in to change notification settings - Fork 151
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
scala 3 vs scala 2 #65
Comments
Yes, this is because Scala 3.0.0-RC1 reuses the standard library from 2.13.4, where |
Thanks @bishabosha ; |
if your application includes the |
indeed, this is working - thank you @bishabosha !! I'm closing the issue |
Hi, a newbie question:
if I add
println(Console.YELLOW + s"Scala version = ${util.Properties.versionString}")
intoMain.scala
and runsbt run
I got:Any idea why I'm getting 2.13.4 instead of Scala 3.0.0RC1? (the true is that I have installed Scala 2.13.4 on my local laptop)
The text was updated successfully, but these errors were encountered: