Skip to content

Commit fd33ac6

Browse files
authored
Merge pull request #1670 from scala/sdkman-version
Add version to sdkman installation command
2 parents c685c8b + 18767ca commit fd33ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/downloads-scala3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Ways to Install This Release</h2>
2626
</li>
2727
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
2828
the latest version of Scala</a> on any platform by running the following command:<br>
29-
<code>sdk install scala</code>
29+
<code>sdk install scala {{page.release_version}}</code>
3030
</li>
3131
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and run the following commands:<br>
3232
<code>brew update</code><br /><code>brew install scala</code>

0 commit comments

Comments
 (0)