Skip to content

Commit a9028b6

Browse files
Rework Scala version tables in doc
1 parent c4f3ab7 commit a9028b6

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

website/docs/guides/scala-js.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5 | 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.5 | 3.1.2 | 2.13.8 | 2.12.15 |
1713

0 commit comments

Comments
 (0)