-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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)?
scalac-options/lib/src/main/scala/org/typelevel/scalacoptions/ScalaVersion.scala
Lines 27 to 39 in 1a75eef
| 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?
Metadata
Metadata
Assignees
Labels
No labels