Skip to content

Commit 614e7f1

Browse files
scala-stewardalexarchambault
authored andcommitted
Update scalajs-sbt-test-adapter_2.13 to 1.11.0
1 parent d788045 commit 614e7f1

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 =

website/docs/guides/scala-js.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)