Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scala.js to 1.15.0 #2672

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -18,7 +18,7 @@ object Scala {
val mainVersions = (Seq(scala3, scala213) ++ defaults).distinct
val runnerScalaVersions = runnerScala3 +: allScala2

def scalaJs = "1.14.0"
def scalaJs = "1.15.0"

def listAll: Seq[String] = {
def patchVer(sv: String): Int =
Expand Down
4 changes: 3 additions & 1 deletion website/docs/guides/advanced/scala-js.md
Expand Up @@ -190,4 +190,6 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
| 0.2.1 - 1.0.0-RC1 | 1.13.0 |
| 1.0.0-RC2 - 1.0.2 | 1.13.1 |
| 1.0.3 - 1.0.4 | 1.13.2 |
| 1.0.5 - current | 1.14.0 |
| 1.0.5 - 1.1.1 | 1.14.0 |
| 1.1.2 - current | 1.15.0 |

4 changes: 2 additions & 2 deletions website/docs/reference/cli-options.md
Expand Up @@ -1251,7 +1251,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

### `--js-version`

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

### `--js-mode`

Expand Down Expand Up @@ -1316,7 +1316,7 @@ Path to the Scala.js linker
### `--js-cli-version`

[Internal]
Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

### `--js-cli-java-arg`

Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/scala-command/cli-options.md
Expand Up @@ -706,7 +706,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

`SHOULD have` per Scala Runner specification

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

### `--js-mode`

Expand Down Expand Up @@ -800,7 +800,7 @@ Path to the Scala.js linker

`IMPLEMENTATION specific` per Scala Runner specification

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

### `--js-cli-java-arg`

Expand Down
36 changes: 18 additions & 18 deletions website/docs/reference/scala-command/runner-specification.md
Expand Up @@ -128,7 +128,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -388,7 +388,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -875,7 +875,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -1119,7 +1119,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -1426,7 +1426,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -1676,7 +1676,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -2003,7 +2003,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -2263,7 +2263,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -2599,7 +2599,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -2859,7 +2859,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -3171,7 +3171,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -3413,7 +3413,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -3780,7 +3780,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -4042,7 +4042,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -4440,7 +4440,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -4678,7 +4678,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down Expand Up @@ -5331,7 +5331,7 @@ Enable Scala.js. To show more options for Scala.js pass `--help-js`

**--js-version**

The Scala.js version (1.14.0 by default).
The Scala.js version (1.15.0 by default).

**--js-mode**

Expand Down Expand Up @@ -5569,7 +5569,7 @@ Path to the Scala.js linker

**--js-cli-version**

Scala.js CLI version to use for linking (1.14.0 by default).
Scala.js CLI version to use for linking (1.15.0 by default).

**--js-cli-java-arg**

Expand Down