Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 803 Bytes

2019-06-11-release-notes-2.13.0.md

File metadata and controls

21 lines (17 loc) · 803 Bytes
category permalink title
announcement
/news/2.13.0
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 on GitHub.

download