File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ object Scala {
1717 def scala3NextPrefix = " 3.7"
1818 def scala3Next = s " $scala3NextPrefix.3 " // the newest/next version of Scala
1919 def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
20- def scala3NextRc = s " $scala3NextPrefix.4-RC1 " // the latest RC version of Scala Next
20+ def scala3NextRc = s " $scala3NextPrefix.4-RC3 " // the latest RC version of Scala Next
2121 def scala3NextRcAnnounced =
22- s " $scala3NextPrefix.3-RC3 " // the latest announced RC version of Scala Next
22+ s " $scala3NextPrefix.4-RC1 " // the latest announced RC version of Scala Next
2323
2424 // The Scala version used to build the CLI itself.
2525 def defaultInternal = sys.props.get(" scala.version.internal" ).getOrElse(scala3Lts)
You can’t perform that action at this time.
0 commit comments