Skip to content

Commit 66c37bf

Browse files
Update Scala.js to 1.10.1 (#1130)
1 parent 4b610d7 commit 66c37bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Scala {
1111
val all = allScala2 ++ Seq(scala3)
1212
val mainVersions = Seq(scala3, scala213)
1313

14-
def scalaJs = "1.10.0"
14+
def scalaJs = "1.10.1"
1515

1616
def listAll: Seq[String] = {
1717
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
@@ -171,4 +171,5 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
171171
| 0.0.9 | 1.7.1 |
172172
| 0.1.0 - 0.1.2 | 1.8.0 |
173173
| 0.1.3 | 1.9.0 |
174-
| 0.1.4 - current | 1.10.0 |
174+
| 0.1.4 - 0.1.8 | 1.10.0 |
175+
| 0.1.9 - current | 1.10.1 |

0 commit comments

Comments
 (0)