Skip to content

Commit 4d290a6

Browse files
authored
Explain version choice on download page
1 parent 37767b2 commit 4d290a6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

_layouts/download.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,17 @@ <h2>Install Scala with <span style="font-weight: bold;">cs setup</span> (recomme
7575
</a>
7676
</div>
7777
</div>
78-
<h2>Other ways to install Scala</h2>
78+
79+
<div id="version-choice">
80+
<h2>Which version of Scala should I choose?</h2>
81+
<p>There are 2 distribution lines of Scala 3:</p>
82+
<ul>
83+
<li><strong>Scala Next</strong> - The <strong>default</strong> to be used by most users, containing the latest features, bug fixes and improvements.</li>
84+
<li><strong>Scala LTS</strong> - Advised to be used for publishing <strong>libraries</strong>. (Some especially conservative users might also choose it over Scala Next.)</li>
85+
</ul>
86+
</div>
87+
88+
<h2>Other ways to install Scala</h2>
7989
<div class="wrap">
8090
<a href="{{ site.baseurl }}/download/all.html" class="btn-download dl-find-all">
8191
<i class="fa fa-list-ul"></i>

0 commit comments

Comments
 (0)