8000 Update Scala.js to 1.10.1 by scala-steward · Pull Request #1130 · VirtusLab/scala-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update Scala.js to 1.10.1 #1130

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

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Scala {
val all = allScala2 ++ Seq(scala3)
val mainVersions = Seq(scala3, scala213)

def scalaJs = "1.10.0"
def scalaJs = "1.10.1"

def listAll: Seq[String] = {
def patchVer(sv: String): Int =
Expand Down
3 changes: 2 additions & 1 deletion website/docs/guides/scala-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
| 0.0.9 | 1.7.1 |
| 0.1.0 - 0.1.2 | 1.8.0 |
| 0.1.3 | 1.9.0 |
| 0.1.4 - current | 1.10.0 |
| 0.1.4 - 0.1.8 | 1.10.0 |
| 0.1.9 - current | 1.10.1 |
0