Skip to content

Commit d537f98

Browse files
authored
Merge pull request #559 from sjrd/cli-for-scalajs-1.7.1
Add downloads of the CLI for Scala.js 1.7.1.
2 parents 5932a1a + 9ff7213 commit d537f98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/internals/downloads.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ We strongly recommend using the SBT plugin, as shown in the [bootstrapping skele
77

88
The CLI distribution requires `scala` and `scalac` (of the right major version) to be on the execution path. Unpack it wherever you like and add the `bin/` folder to your execution path.
99

10+
#### Scala.js 1.7.1
11+
* [1.7.1, Scala 2.13 (tgz, 28MB)]({{ site.production_url }}/files/scalajs_2.13-1.7.1.tgz)
12+
* [1.7.1, Scala 2.13 (zip, 28MB)]({{ site.production_url }}/files/scalajs_2.13-1.7.1.zip)
13+
* [1.7.1, Scala 2.12 (tgz, 34MB)]({{ site.production_url }}/files/scalajs_2.12-1.7.1.tgz)
14+
* [1.7.1, Scala 2.12 (zip, 34MB)]({{ site.production_url }}/files/scalajs_2.12-1.7.1.zip)
15+
* [1.7.1, Scala 2.11 (tgz, 21MB)]({{ site.production_url }}/files/scalajs_2.11-1.7.1.tgz)
16+
* [1.7.1, Scala 2.11 (zip, 21MB)]({{ site.production_url }}/files/scalajs_2.11-1.7.1.zip)
17+
1018
#### Scala.js 0.6.33
1119
* [0.6.33, Scala 2.13 (tgz, 23MB)]({{ site.production_url }}/files/scalajs_2.13-0.6.33.tgz)
1220
* [0.6.33, Scala 2.13 (zip, 23MB)]({{ site.production_url }}/files/scalajs_2.13-0.6.33.zip)

0 commit comments

Comments
 (0)