Skip to content

Commit abd80a9

Browse files
committed
Add 2.13 milestone download link, drop 2.9.3
1 parent d60ac84 commit abd80a9

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Scala 2.13.0-M1
3+
start: 18 April 2017
4+
layout: downloadpage
5+
release_version: 2.13.0-M1
6+
release_date: "April 18, 2017"
7+
show_resources: "true"
8+
permalink: /download/2.13.0-M1.html
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.8 or later, which can be downloaded <a href='http://www.java.com/'>here</a>."
10+
resources: [
11+
["-main-unixsys", "scala-2.13.0-M1.tgz", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-2.13.0-M1.tgz", "Mac OS X, Unix, Cygwin", "16.95M"],
12+
["-main-windows", "scala-2.13.0-M1.msi", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-2.13.0-M1.msi", "Windows (msi installer)", "112.80M"],
13+
["-non-main-sys", "scala-2.13.0-M1.zip", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-2.13.0-M1.zip", "Windows", "16.99M"],
14+
["-non-main-sys", "scala-2.13.0-M1.deb", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-2.13.0-M1.deb", "Debian", "129.84M"],
15+
["-non-main-sys", "scala-2.13.0-M1.rpm", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-2.13.0-M1.rpm", "RPM package", "112.38M"],
16+
["-non-main-sys", "scala-docs-2.13.0-M1.txz", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-docs-2.13.0-M1.txz", "API docs", "50.57M"],
17+
["-non-main-sys", "scala-docs-2.13.0-M1.zip", "https://downloads.lightbend.com/scala/2.13.0-M1/scala-docs-2.13.0-M1.zip", "API docs", "97.90M"],
18+
["-non-main-sys", "scala-sources-2.13.0-M1.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-M1.tar.gz", "Sources", ""]
19+
]
20+
---

download/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ release_version: 2.12.2
55
release_date: "April 18, 2017"
66
show_resources: "true"
77
other_releases: [
8-
["development_version", "Current 2.12.x release", 2.12.2, "April 18, 2017"],
9-
["maintenance_version", "Latest 2.11.x maintenance release", 2.11.11, "April 18, 2017"],
10-
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
11-
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"]
8+
["development_version", "Current 2.13.x milestone", 2.13.0-M1, "April 18, 2017"],
9+
["maintenance_version", "Last 2.11.x maintenance release", 2.11.11, "April 18, 2017"],
10+
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"]
1211
]
1312
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."
1413
resources: [
@@ -23,10 +22,11 @@ resources: [
2322
]
2423
---
2524

26-
<h3>Additional information</h3>
25+
<h3>Other Releases</h3>
2726

2827
You can find the links to prior versions or the latest development version below.
2928
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>.
29+
3030
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.
3131

3232
<ul>

0 commit comments

Comments
 (0)