-
Notifications
You must be signed in to change notification settings - Fork 326
Scala 2.13 release #1046
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
Scala 2.13 release #1046
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Scala 2.13.0 | ||
start: 11 June 2019 | ||
layout: downloadpage | ||
release_version: 2.13.0 | ||
release_date: "June 11, 2019" | ||
show_resources: "true" | ||
permalink: /download/2.13.0.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>." | ||
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a> | ||
resources: [ | ||
["-main-unixsys", "scala-2.13.0.tgz", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.tgz", "Mac OS X, Unix, Cygwin", "18.51M"], | ||
["-main-windows", "scala-2.13.0.msi", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.msi", "Windows (msi installer)", "114.63M"], | ||
["-non-main-sys", "scala-2.13.0.zip", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.zip", "Windows", "18.55M"], | ||
["-non-main-sys", "scala-2.13.0.deb", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.deb", "Debian", "581.44M"], | ||
["-non-main-sys", "scala-2.13.0.rpm", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.rpm", "RPM package", "115.04M"], | ||
["-non-main-sys", "scala-docs-2.13.0.txz", "https://downloads.lightbend.com/scala/2.13.0/scala-docs-2.13.0.txz", "API docs", "48.47M"], | ||
["-non-main-sys", "scala-docs-2.13.0.zip", "https://downloads.lightbend.com/scala/2.13.0/scala-docs-2.13.0.zip", "API docs", "99.41M"], | ||
["-non-main-sys", "scala-sources-2.13.0.tar.gz", "https://github.com/scala/scala/archive/v2.13.0.tar.gz", "Sources", ""] | ||
] | ||
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
category: announcement | ||
permalink: /news/2.13.0 | ||
title: "Scala 2.13.0 is now available!" | ||
--- | ||
We are delighted to announce the availability of Scala 2.13! | ||
|
||
The 2.13.0 release improves Scala in the following areas: | ||
|
||
* **Collections**: Standard library collections have been overhauled | ||
for simplicity, performance, and safety. This is the centerpiece | ||
of the release. | ||
* **Standard library**: `Future` is faster and more robust. | ||
Elsewhere, useful classes and methods have been added. | ||
* **Language**: Literal types, partial unification, by-name | ||
implicits, more. | ||
* **Compiler**: 5-10% faster, deterministic output, improved optimizer. | ||
|
||
To learn more, see the [release notes](https://github.com/scala/scala/releases/tag/v2.13.0) on GitHub. | ||
|
||
[download](https://www.scala-lang.org/download/2.13.0.html) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
layout: downloadpage | ||
title: Download | ||
release_version: 2.12.8 | ||
release_date: "December 4, 2018" | ||
release_version: 2.13.0 | ||
release_date: "June 11, 2019" | ||
show_resources: "true" | ||
other_releases: [ | ||
["development_version", "Current 2.13.x prerelease", 2.13.0-RC3, "May 31, 2019"], | ||
["maintenance_version", "Last 2.12.x maintenance release", 2.12.8, "December 4, 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"] | ||
] | ||
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>." | ||
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a> | ||
resources: [ | ||
["-main-unixsys", "scala-2.12.8.tgz", "https://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.tgz", "Mac OS X, Unix, Cygwin", "19.52M"], | ||
["-main-windows", "scala-2.12.8.msi", "https://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.msi", "Windows (msi installer)", "123.96M"], | ||
["-non-main-sys", "scala-2.12.8.zip", "https://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.zip", "Windows", "19.56M"], | ||
["-non-main-sys", "scala-2.12.8.deb", "https://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.deb", "Debian", "144.40M"], | ||
["-non-main-sys", "scala-2.12.8.rpm", "https://downloads.lightbend.com/scala/2.12.8/scala-2.12.8.rpm", "RPM package", "124.27M"], | ||
["-non-main-sys", "scala-docs-2.12.8.txz", "https://downloads.lightbend.com/scala/2.12.8/scala-docs-2.12.8.txz", "API docs", "53.21M"], | ||
["-non-main-sys", "scala-docs-2.12.8.zip", "https://downloads.lightbend.com/scala/2.12.8/scala-docs-2.12.8.zip", "API docs", "107.53M"], | ||
["-non-main-sys", "scala-sources-2.12.8.tar.gz", "https://github.com/scala/scala/archive/v2.12.8.tar.gz", "Sources", ""] | ||
["-main-unixsys", "scala-2.13.0.tgz", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.tgz", "Mac OS X, Unix, Cygwin", "18.51M"], | ||
["-main-windows", "scala-2.13.0.msi", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.msi", "Windows (msi installer)", "114.63M"], | ||
["-non-main-sys", "scala-2.13.0.zip", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.zip", "Windows", "18.55M"], | ||
["-non-main-sys", "scala-2.13.0.deb", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.deb", "Debian", "581.44M"], | ||
["-non-main-sys", "scala-2.13.0.rpm", "https://downloads.lightbend.com/scala/2.13.0/scala-2.13.0.rpm", "RPM package", "115.04M"], | ||
["-non-main-sys", "scala-docs-2.13.0.txz", "https://downloads.lightbend.com/scala/2.13.0/scala-docs-2.13.0.txz", "API docs", "48.47M"], | ||
["-non-main-sys", "scala-docs-2.13.0.zip", "https://downloads.lightbend.com/scala/2.13.0/scala-docs-2.13.0.zip", "API docs", "99.41M"], | ||
["-non-main-sys", "scala-sources-2.13.0.tar.gz", "https://github.com/scala/scala/archive/v2.13.0.tar.gz", "Sources", ""] | ||
] | ||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.