File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object Scala {
10
10
def scala212 = " 2.12.20"
11
11
def scala213 = " 2.13.16"
12
12
def scala3LtsPrefix = " 3.3" // used for the LTS version tags
13
- def scala3Lts = s " $scala3LtsPrefix.5 " // the LTS version currently used in the build
13
+ def scala3Lts = s " $scala3LtsPrefix.6 " // the LTS version currently used in the build
14
14
def runnerScala3 = scala3Lts
15
15
def scala3NextPrefix = " 3.7"
16
16
def scala3Next = s " $scala3NextPrefix.0 " // the newest/next version of Scala
@@ -74,7 +74,7 @@ object Scala {
74
74
def maxAmmoniteScala212Version = scala212
75
75
def maxAmmoniteScala213Version = scala213
76
76
def maxAmmoniteScala3Version = " 3.6.3"
77
- def maxAmmoniteScala3LtsVersion = scala3Lts
77
+ def maxAmmoniteScala3LtsVersion = " 3.3.5 "
78
78
lazy val listMaxAmmoniteScalaVersion =
79
79
Seq (maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
80
80
lazy val listAllAmmonite = {
You can’t perform that action at this time.
0 commit comments