Skip to content

Commit df9dc66

Browse files
Merge pull request #1033 from alexarchambault/scala-cli-0.1.6
Updates for Scala CLI 0.1.6
2 parents c2bc68a + cd0f394 commit df9dc66

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

website/docs/guides/scala-js.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ node hello.js
5252
Hello World from Scala.js
5353
-->
5454

55-
### Module Split Style
55+
### Module Split Style
5656

5757
### Smallest Modules
5858

@@ -169,9 +169,6 @@ The table below lists the last supported version of Scala.js in Scala CLI. If yo
169169
| Scala CLI versions | Scala.js |
170170
|----------------------|:------------------:|
171171
| 0.0.9 | 1.7.1 |
172-
| 0.1.0 | 1.8.0 |
173-
| 0.1.1 | 1.8.0 |
174-
| 0.1.2 | 1.8.0 |
172+
| 0.1.0 - 0.1.2 | 1.8.0 |
175173
| 0.1.3 | 1.9.0 |
176-
| 0.1.4 | 1.10.0 |
177-
| 0.1.5 | 1.10.0 |
174+
| 0.1.4 - 0.1.6 | 1.10.0 |

website/docs/reference/scala-versions.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ sidebar_position: 7
55

66
Current Scala CLI versions support Scala 3, 2.13 and 2.12. The table below lists the last supported version of scala in Scala CLI. If you want to use newer scala, update scala-cli.
77

8-
| Scala CLI versions | Scala 3 | Scala 2.13 | Scala 2.12 |
8+
| Scala CLI versions | Scala 3 | Scala 2.13 | Scala 2.12 |
99
|---------------------|:-----------------:|------------:|-----------:|
1010
| 0.0.9 | 3.0.2 | 2.13.7 | 2.12.7 |
11-
| 0.1.0 | 3.1.1 | 2.13.8 | 2.12.15 |
12-
| 0.1.1 | 3.1.1 | 2.13.8 | 2.12.15 |
13-
| 0.1.2 | 3.1.1 | 2.13.8 | 2.12.15 |
14-
| 0.1.3 | 3.1.1 | 2.13.8 | 2.12.15 |
15-
| 0.1.4 | 3.1.2 | 2.13.8 | 2.12.15 |
16-
| 0.1.5 | 3.1.2 | 2.13.8 | 2.12.15 |
11+
| 0.1.0 - 0.1.3 | 3.1.1 | 2.13.8 | 2.12.15 |
12+
| 0.1.4 - 0.1.6 | 3.1.2 | 2.13.8 | 2.12.15 |
1713

0 commit comments

Comments
 (0)