Skip to content

Missing Scala Versions #3

@satorg

Description

@satorg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions