We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b610d7 commit 66c37bfCopy full SHA for 66c37bf
project/deps.sc
@@ -11,7 +11,7 @@ object Scala {
11
val all = allScala2 ++ Seq(scala3)
12
val mainVersions = Seq(scala3, scala213)
13
14
- def scalaJs = "1.10.0"
+ def scalaJs = "1.10.1"
15
16
def listAll: Seq[String] = {
17
def patchVer(sv: String): Int =
website/docs/guides/scala-js.md
@@ -171,4 +171,5 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
171
| 0.0.9 | 1.7.1 |
172
| 0.1.0 - 0.1.2 | 1.8.0 |
173
| 0.1.3 | 1.9.0 |
174
-| 0.1.4 - current | 1.10.0 |
+| 0.1.4 - 0.1.8 | 1.10.0 |
175
+| 0.1.9 - current | 1.10.1 |
0 commit comments