We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c685c8b + 18767ca commit fd33ac6Copy full SHA for fd33ac6
_includes/downloads-scala3.html
@@ -26,7 +26,7 @@ <h2>Ways to Install This Release</h2>
26
</li>
27
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
28
the latest version of Scala</a> on any platform by running the following command:<br>
29
- <code>sdk install scala</code>
+ <code>sdk install scala {{page.release_version}}</code>
30
31
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and run the following commands:<br>
32
<code>brew update</code><br /><code>brew install scala</code>
0 commit comments