Skip to content

Commit 601ef39

Browse files
authored
Merge pull request #830 from adriaanm/releases
2.13.0-M3
2 parents 0ea69a6 + 756d016 commit 601ef39

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

_downloads/2018-01-31-2.13.0-M3.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-M3
3+
start: 31 January 2018
4+
layout: downloadpage
5+
release_version: 2.13.0-M3
6+
release_date: "January 31, 2018"
7+
show_resources: "true"
8+
permalink: /download/2.13.0-M3.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-M3.tgz", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.tgz", "Mac OS X, Unix, Cygwin", "17.31M"],
12+
["-main-windows", "scala-2.13.0-M3.msi", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.msi", "Windows (msi installer)", "114.28M"],
13+
["-non-main-sys", "scala-2.13.0-M3.zip", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.zip", "Windows", "17.35M"],
14+
["-non-main-sys", "scala-2.13.0-M3.deb", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.deb", "Debian", "132.66M"],
15+
["-non-main-sys", "scala-2.13.0-M3.rpm", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.rpm", "RPM package", "114.82M"],
16+
["-non-main-sys", "scala-docs-2.13.0-M3.txz", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-docs-2.13.0-M3.txz", "API docs", "51.24M"],
17+
["-non-main-sys", "scala-docs-2.13.0-M3.zip", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-docs-2.13.0-M3.zip", "API docs", "100.01M"],
18+
["-non-main-sys", "scala-sources-2.13.0-M3.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-M3.tar.gz", "Sources", ""]
19+
]
20+
---
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
category: announcement
3+
permalink: /news/2.13.0-M3
4+
title: "Scala 2.13.0-M3 is now available!"
5+
---
6+
7+
M3 is the last 2.13 milestone with the old collection library! The next (and last) milestone of this series will integrate the new collections incubating at https://github.com/scala/collection-strawman/.
8+
We will soon provide an easy way to try the new collections in your own project to solicit feedback on how we can simplify the upgrade to 2.13.
9+
10+
Thanks to Miles Sabin's hard work (sponsored by Lightbend), this milestone adds support for [literal types](https://github.com/scala/scala/pull/5310),
11+
as well as improving the compiler with better support for typelevel programming, to benefit libraries such as Shapeless. More of this is coming in M4.
12+
13+
Finally, the standard library now adheres to the [compact1](http://openjdk.java.net/jeps/161) profile,
14+
enabling a [signification reduction of the deployment footprint](https://github.com/scala/bug/issues/10559) of Scala applications.
15+
16+
For more information, see the [full release notes](https://github.com/scala/scala/releases/v2.13.0-M3).
17+
18+
19+

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.4
55
release_date: "October 17, 2017"
66
show_resources: "true"
77
other_releases: [
8-
["development_version", "Current 2.13.x milestone", 2.13.0-M2, "August 8, 2017"],
8+
["development_version", "Current 2.13.x milestone", 2.13.0-M3, "January 31, 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)