Skip to content

redo PR 516, with commas right this time #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 12, 2016
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
4 changes: 2 additions & 2 deletions _layouts/maindownloadpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ <h3>Additional information</h3>

You can find the links to prior versions or the latest development version below.
To see a detailed list of changes for each version of Scala please refer to the <a href="{{ site.baseurl }}/download/changelog.html">changelog</a>.
Note that the different major releases of Scala (e.g. Scala 2.9.3 and Scala 2.10.1) are not binary compatible.
Note that different major releases of Scala (e.g. Scala 2.11.x and Scala 2.12.x) are not binary compatible with each other.

<ul>
{% for release in page.other_releases %}
<li><a href="/download/{{ release[2] }}.html">{{ release[1] }} - Scala {{ release[2] }}</a></li>
{% endfor %}
<li><a href="/files/archive/nightly/">Nightly builds</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="all.html">All previous Scala Releases</a></li>
<li><a href="all.html">All previous releases</a></li>
</ul>
10 changes: 5 additions & 5 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
layout: maindownloadpage
title: Download
release_version: 2.12.0
release_date: "March 8, 2016"
release_date: "November 3, 2016"
show_resources: "true"
other_releases: [
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
["development_version", "Current 2.12.x release", 2.12.0, "November 3, 2016"],
["maintenance_version", "Latest 2.11.x maintenance release", 2.11.8, "March 8, 2016"],
["development_version", "Current 2.12.x release", 2.12.0, "November 3, 2016"]
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"]
]
requirements: "Scala 2.12 requires version 8 of the <a href='http://www.java.com/'>Java platform</a>. Older Scala version are compatible with Java 6 and up. Java 9 is not yet supported."
requirements: "Scala 2.12 requires version 8 of the <a href='http://www.java.com/'>Java platform</a>. Older Scala versions are compatible with Java 6 and up. Java 9 is not yet supported."
resources: [
["-main-unixsys", "scala-2.12.0.tgz", "http://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.tgz", "Mac OS X, Unix, Cygwin", "19.24M"],
["-main-windows", "scala-2.12.0.msi", "http://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.msi", "Windows (msi installer)", "117.78M"],
Expand Down