-
Notifications
You must be signed in to change notification settings - Fork 1k
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 2.13.12 #2897
Scala 2.13.12 #2897
Conversation
@@ -120,7 +120,7 @@ with only minor supplements. That's why `versionString` and | |||
`versionNumberString` report that Scala 2 is in use: | |||
|
|||
``` | |||
Welcome to Scala 3.2.0 (17.0.3, Java OpenJDK 64-Bit Server VM). | |||
Welcome to Scala 3.3.0 (17.0.3, Java OpenJDK 64-Bit Server VM). | |||
Type in expressions for evaluation. Or try :help. | |||
|
|||
scala> util.Properties.versionNumberString |
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.
there's a line below this one saying val res0: String = 2.13.11
.
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.
Good eye! But I didn't change it because that's what 3.3.0 actually reports, since 3.3.0 predates 2.13.12. Probably the upgrade will land in 3.3.2 and then we can bump it.
I'll add a little note about it, since this is far from obvious.
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.
Ha, actually the number is too high, not too low! Both 3.3.0 and 3.3.1 use 2.13.10 😢
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.
ah, ok. TIL. :)
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.
Note that I'm pursuing it over at scala/scala3#18525
@SethTisue sorry, now I made a merge conflict because the API of 3.3.1 was added |
3db06f2
to
0e533cd
Compare
@bishabosha I'll kill you! 🔪 |
(should re-run CI after API docs finish publishing)