Skip to content

Commit b74de11

Browse files
authored
Merge pull request #948 from SethTisue/scala-2.13.0-M5
Scala 2.13.0-M5 is here
2 parents 8b99251 + 4ee3e27 commit b74de11

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

_downloads/2018-08-30-2.13.0-M5.md

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-M5
3+
start: 30 August 2018
4+
layout: downloadpage
5+
release_version: 2.13.0-M5
6+
release_date: "August 30, 2018"
7+
show_resources: "true"
8+
permalink: /download/2.13.0-M5.html
9+
requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available <a href='http://www.java.com/'>here</a>."
10+
resources: [
11+
["-main-unixsys", "scala-2.13.0-M5.tgz", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.tgz", "Mac OS X, Unix, Cygwin", "16.90M"],
12+
["-main-windows", "scala-2.13.0-M5.msi", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.msi", "Windows (msi installer)", "103.19M"],
13+
["-non-main-sys", "scala-2.13.0-M5.zip", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.zip", "Windows", "16.94M"],
14+
["-non-main-sys", "scala-2.13.0-M5.deb", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.deb", "Debian", "524.89M"],
15+
["-non-main-sys", "scala-2.13.0-M5.rpm", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.rpm", "RPM package", "103.68M"],
16+
["-non-main-sys", "scala-docs-2.13.0-M5.txz", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-docs-2.13.0-M5.txz", "API docs", "44.40M"],
17+
["-non-main-sys", "scala-docs-2.13.0-M5.zip", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-docs-2.13.0-M5.zip", "API docs", "89.44M"],
18+
["-non-main-sys", "scala-sources-2.13.0-M5.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-M5.tar.gz", "Sources", "6.45M"]
19+
]
20+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
category: announcement
3+
permalink: /news/2.13.0-M5
4+
title: "Scala 2.13.0-M5 is now available!"
5+
---
6+
[Scala 2.13.0-M5](https://github.com/scala/scala/releases/tag/v2.13.0-M5) further refines and polishes the new collections API, among other improvements. As of this milestone, 2.13 is now feature-frozen.
7+
8+
For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.0-M5) on GitHub.

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release_version: 2.12.6
55
release_date: "April 27, 2018"
66
show_resources: "true"
77
other_releases: [
8-
["development_version", "Current 2.13.x milestone", 2.13.0-M4, "May 15, 2018"],
8+
["development_version", "Current 2.13.x milestone", 2.13.0-M5, "August 30, 2018"],
99
["maintenance_version", "Last 2.11.x maintenance release", 2.11.12, "November 9, 2017"],
1010
["maintenance_version", "Last 2.10.x maintenance release", 2.10.7, "November 9, 2017"]
1111
]

0 commit comments

Comments
 (0)