@@ -7,17 +7,16 @@ object Cli {
77}
88
99object Scala {
10- def scala212 = " 2.12.20"
11- def scala213 = " 2.13.16"
12- def scala3LtsPrefix = " 3.3" // used for the LTS version tags
13- def scala3Lts = s " $scala3LtsPrefix.6 " // the LTS version currently used in the build
14- def runnerScala3 = scala3Lts
15- def scala3NextPrefix = " 3.7"
16- def scala3Next = s " $scala3NextPrefix.1 " // the newest/next version of Scala
17- def scala3NextAnnounced =
18- s " $scala3NextPrefix.0 " // the newest/next version of Scala that's been announced
19- def scala3NextRc = " 3.7.2-RC1" // the latest RC version of Scala Next
20- def scala3NextRcAnnounced = " 3.7.1-RC2" // the latest announced RC version of Scala Next
10+ def scala212 = " 2.12.20"
11+ def scala213 = " 2.13.16"
12+ def scala3LtsPrefix = " 3.3" // used for the LTS version tags
13+ def scala3Lts = s " $scala3LtsPrefix.6 " // the LTS version currently used in the build
14+ def runnerScala3 = scala3Lts
15+ def scala3NextPrefix = " 3.7"
16+ def scala3Next = s " $scala3NextPrefix.1 " // the newest/next version of Scala
17+ def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
18+ def scala3NextRc = " 3.7.2-RC2" // the latest RC version of Scala Next
19+ def scala3NextRcAnnounced = " 3.7.2-RC1" // the latest announced RC version of Scala Next
2120
2221 // The Scala version used to build the CLI itself.
2322 def defaultInternal = sys.props.get(" scala.version.internal" ).getOrElse(scala3Lts)
0 commit comments