File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Scala {
1414 val mainVersions = Seq (scala3, scala213)
1515 val runnerScalaVersions = runnerScala3 +: allScala2
1616
17- def scalaJs = " 1.10.1 "
17+ def scalaJs = " 1.11.0 "
1818
1919 def listAll : Seq [String ] = {
2020 def patchVer (sv : String ): Int =
Original file line number Diff line number Diff line change @@ -172,4 +172,5 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
172172| 0.1.0 - 0.1.2 | 1.8.0 |
173173| 0.1.3 | 1.9.0 |
174174| 0.1.4 - 0.1.8 | 1.10.0 |
175- | 0.1.9 - current | 1.10.1 |
175+ | 0.1.9 - 0.1.17 | 1.10.1 |
176+ | 0.1.18 - current | 1.11.0 |
Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`
10891089
10901090### ` --js-version `
10911091
1092- The Scala.js version (1.10.1 by default).
1092+ The Scala.js version (1.11.0 by default).
10931093
10941094### ` --js-mode `
10951095
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`
505505
506506### ` --js-version `
507507
508- The Scala.js version (1.10.1 by default).
508+ The Scala.js version (1.11.0 by default).
509509
510510### ` --js-mode `
511511
You can’t perform that action at this time.
0 commit comments