Skip to content
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 _includes/downloads-scala2.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>Ways to Install This Release</h2>
Using <a
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
CLI</a>, run:<br>
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>.
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>
</li>
<li>
<div id="download-binaries"></div>Download the Scala binaries for <span id="users-os"></span>
Expand Down
2 changes: 1 addition & 1 deletion _includes/downloads-scala3.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Ways to Install This Release</h2>
Using <a
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
CLI</a>, run:<br>
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>.
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>
</li>
<li>
Download the Scala binaries for <strong>{{page.release_version}}</strong> at <a
Expand Down