Skip to content

Commit

Permalink
Merge pull request #1695 from soronpo/master
Browse files Browse the repository at this point in the history
Remove redundant `.` from Scala coursier download instructions
  • Loading branch information
SethTisue authored Sep 21, 2024
2 parents 35fc052 + 53e0ab9 commit ae39783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ae39783

Please sign in to comment.