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

Missing Scala Versions #3

Open
satorg opened this issue Aug 20, 2022 · 1 comment
Open

Missing Scala Versions #3

satorg opened this issue Aug 20, 2022 · 1 comment

Comments

@satorg
Copy link
Contributor

satorg commented Aug 20, 2022

Do I understand correctly that this list is supposed to contain all supported Scala versions eventually (i.e. up to 2.12.16 and 2.13.8)?

val V2_11_0 = ScalaVersion(2, 11, 0)
val V2_11_11 = ScalaVersion(2, 11, 11)
val V2_12_0 = ScalaVersion(2, 12, 0)
val V2_12_2 = ScalaVersion(2, 12, 2)
val V2_12_5 = ScalaVersion(2, 12, 5)
val V2_13_0 = ScalaVersion(2, 13, 0)
val V2_13_2 = ScalaVersion(2, 13, 2)
val V2_13_3 = ScalaVersion(2, 13, 3)
val V2_13_4 = ScalaVersion(2, 13, 4)
val V2_13_5 = ScalaVersion(2, 13, 5)
val V2_13_6 = ScalaVersion(2, 13, 6)
val V3_0_0 = ScalaVersion(3, 0, 0)
val V3_1_0 = ScalaVersion(3, 1, 0)

Or are there only those versions listed that introduce some changes in scalac options?

@armanbilge
Copy link
Member

Or are there only those versions listed that introduce some changes in scalac options?

This is my understanding. But I don't think it would hurt to complete the list.

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

No branches or pull requests

2 participants