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 {
14
14
def runnerScala3 = scala3Lts
15
15
def scala3NextPrefix = " 3.7"
16
16
def scala3Next = s " $scala3NextPrefix.0 " // the newest/next version of Scala
17
- def scala3NextAnnounced = " 3.6.4 " // the newest/next version of Scala that's been announced
18
- def scala3NextRc = " 3.7.1-RC1 " // the latest RC version of Scala Next
19
- def scala3NextRcAnnounced = " 3.7.0-RC4 " // 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.1-RC2 " // the latest RC version of Scala Next
19
+ def scala3NextRcAnnounced = " 3.7.1-RC1 " // the latest announced RC version of Scala Next
20
20
21
21
// The Scala version used to build the CLI itself.
22
22
def defaultInternal = sys.props.get(" scala.version.internal" ).getOrElse(scala3Lts)
You can’t perform that action at this time.
0 commit comments