File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ object Scala {
1414 def runnerScala3 = scala3Lts
1515 def scala3NextPrefix = " 3.7"
1616 def scala3Next = s " $scala3NextPrefix.2 " // 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.3-RC2 " // the latest RC version of Scala Next
19- def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
17+ def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
18+ def scala3NextRc = " 3.7.3-RC3 " // the latest RC version of Scala Next
19+ def scala3NextRcAnnounced = " 3.7.3-RC2 " // the latest announced RC version of Scala Next
2020
2121 // The Scala version used to build the CLI itself.
2222 def defaultInternal = sys.props.get(" scala.version.internal" ).getOrElse(scala3Lts)
You can’t perform that action at this time.
0 commit comments