Skip to content

2.13.0-M3 #830

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 1 commit into from
Feb 1, 2018
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
20 changes: 20 additions & 0 deletions _downloads/2018-01-31-2.13.0-M3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Scala 2.13.0-M3
start: 31 January 2018
layout: downloadpage
release_version: 2.13.0-M3
release_date: "January 31, 2018"
show_resources: "true"
permalink: /download/2.13.0-M3.html
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>."
resources: [
["-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"],
["-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"],
["-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"],
["-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"],
["-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"],
["-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"],
["-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"],
["-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 changes: 19 additions & 0 deletions _posts/2018-01-31-release-notes-2.13.0-M3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
category: announcement
permalink: /news/2.13.0-M3
title: "Scala 2.13.0-M3 is now available!"
---

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/.
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.

Thanks to Miles Sabin's hard work (sponsored by Lightbend), this milestone adds support for [literal types](https://github.com/scala/scala/pull/5310),
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.

Finally, the standard library now adheres to the [compact1](http://openjdk.java.net/jeps/161) profile,
enabling a [signification reduction of the deployment footprint](https://github.com/scala/bug/issues/10559) of Scala applications.

For more information, see the [full release notes](https://github.com/scala/scala/releases/v2.13.0-M3).



2 changes: 1 addition & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ release_version: 2.12.4
release_date: "October 17, 2017"
show_resources: "true"
other_releases: [
["development_version", "Current 2.13.x milestone", 2.13.0-M2, "August 8, 2017"],
["development_version", "Current 2.13.x milestone", 2.13.0-M3, "January 31, 2018"],
["maintenance_version", "Last 2.11.x maintenance release", 2.11.12, "November 9, 2017"],
["maintenance_version", "Last 2.10.x maintenance release", 2.10.7, "November 9, 2017"]
]
Expand Down