File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ object Cli {
1313}
1414
1515object Scala {
16- def scala212 = "2.12.21"
17- def scala213 = "2.13.18"
18- def scala3LtsPrefix = "3.3" // used for the LTS version tags
19- def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
20- def runnerScala3 = scala3Lts
21- def scala3NextPrefix = "3.8"
22- def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
23- def scala3NextAnnounced = s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced
24- def scala3NextRc = "3.8.4-RC2" // the latest RC version of Scala Next
16+ def scala212 = "2.12.21"
17+ def scala213 = "2.13.18"
18+ def scala3LtsPrefix = "3.3" // used for the LTS version tags
19+ def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
20+ def runnerScala3 = scala3Lts
21+ def scala3NextPrefix = "3.8"
22+ def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
23+ def scala3NextAnnounced =
24+ s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced
25+ def scala3NextRc = "3.8.4-RC2" // the latest RC version of Scala Next
2526 def scala3NextRcAnnounced = "3.8.4-RC2" // the latest announced RC version of Scala Next
2627
2728 // The Scala version used to build the CLI itself.
You can’t perform that action at this time.
0 commit comments