File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ object Scala {
10
10
def scala3Lts = s " $scala3LtsPrefix.5 " // the LTS version currently used in the build
11
11
def scala3NextPrefix = " 3.6"
12
12
def scala3Next = s " $scala3NextPrefix.4 " // the newest/next version of Scala
13
- def scala3NextAnnounced = " 3.6.3 " // the newest/next version of Scala that's been announced
14
- def scala3NextRc = " 3.6.4-RC2" // the latest RC version of Scala Next
15
- def scala3NextRcAnnounced = " 3.6.4-RC2 " // the latest announced RC version of Scala Next
13
+ def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
14
+ def scala3NextRc = " 3.6.4-RC2" // the latest RC version of Scala Next
15
+ def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
16
16
17
17
// The Scala version used to build the CLI itself.
18
18
def defaultInternal = sys.props.get(" scala.version.internal" ).getOrElse(scala3Lts)
@@ -55,7 +55,7 @@ object Scala {
55
55
56
56
def maxAmmoniteScala212Version = scala212
57
57
def maxAmmoniteScala213Version = scala213
58
- def maxAmmoniteScala3Version = scala3NextAnnounced
58
+ def maxAmmoniteScala3Version = " 3.6.3 "
59
59
def maxAmmoniteScala3LtsVersion = scala3Lts
60
60
lazy val listMaxAmmoniteScalaVersion =
61
61
Seq (maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
You can’t perform that action at this time.
0 commit comments