Skip to content

Commit 25b9cc1

Browse files
authored
release Scala 2.13.3 (#1145)
1 parent 933740a commit 25b9cc1

File tree

6 files changed

+56
-16
lines changed

6 files changed

+56
-16
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: The Scala Programming Language
22

3-
scalaversion: "2.13.2"
3+
scalaversion: "2.13.3"
44

55
url: https://www.scala-lang.org
66
baseurl: ""

Diff for: _downloads/2020-06-25-2.13.3.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Scala 2.13.3
3+
start: 25 June 2020
4+
layout: downloadpage
5+
release_version: 2.13.3
6+
release_date: "June 25, 2020"
7+
show_resources: "true"
8+
permalink: /download/2.13.3.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+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
11+
resources: [
12+
["-main-unixsys", "scala-2.13.3.tgz", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.tgz", "Mac OS X, Unix, Cygwin", "21.38M"],
13+
["-main-windows", "scala-2.13.3.msi", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.msi", "Windows (msi installer)", "125.76M"],
14+
["-non-main-sys", "scala-2.13.3.zip", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.zip", "Windows", "21.42M"],
15+
["-non-main-sys", "scala-2.13.3.deb", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.deb", "Debian", "618.18M"],
16+
["-non-main-sys", "scala-2.13.3.rpm", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.rpm", "RPM package", "126.08M"],
17+
["-non-main-sys", "scala-docs-2.13.3.txz", "https://downloads.lightbend.com/scala/2.13.3/scala-docs-2.13.3.txz", "API docs", "54.44M"],
18+
["-non-main-sys", "scala-docs-2.13.3.zip", "https://downloads.lightbend.com/scala/2.13.3/scala-docs-2.13.3.zip", "API docs", "107.75M"],
19+
["-non-main-sys", "scala-sources-2.13.3.tar.gz", "https://github.com/scala/scala/archive/v2.13.3.tar.gz", "Sources", "7.1M"]
20+
]
21+
---

Diff for: _posts/2020-06-25-release-notes-2.13.3.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
category: announcement
3+
permalink: /news/2.13.3
4+
title: "Scala 2.13.3 is now available!"
5+
---
6+
[Scala 2.13.3](https://github.com/scala/scala/releases/tag/v2.13.3) is now available!
7+
8+
This is primarily a bugfix release.
9+
10+
It also includes:
11+
12+
* improvements to warnings and linting
13+
* experimental `-Xasync` support
14+
15+
For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.3) on GitHub.

Diff for: documentation/reference.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ includeTOC: true
88

99
## Latest releases
1010

11-
* Scala 2.13.2
12-
* [Library API](http://www.scala-lang.org/api/2.13.2/)
13-
* [Compiler API](http://www.scala-lang.org/api/2.13.2/scala-compiler/)
14-
* [Reflection API](https://www.scala-lang.org/api/2.13.2/scala-reflect/scala/reflect/api/)
11+
* Scala 2.13.3
12+
* [Library API](http://www.scala-lang.org/api/2.13.3/)
13+
* [Compiler API](http://www.scala-lang.org/api/2.13.3/scala-compiler/)
14+
* [Reflection API](https://www.scala-lang.org/api/2.13.3/scala-reflect/scala/reflect/api/)
1515
* Scala 2.12.11
1616
* [Library API](http://www.scala-lang.org/api/2.12.11/)
1717
* [Compiler API](http://www.scala-lang.org/api/2.12.11/scala-compiler/)
@@ -45,6 +45,10 @@ includeTOC: true
4545
* [Compiler API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/)
4646

4747
## Previous releases
48+
* Scala 2.13.2
49+
* [Library API](http://www.scala-lang.org/api/2.13.2/)
50+
* [Compiler API](http://www.scala-lang.org/api/2.13.2/scala-compiler/)
51+
* [Reflection API](https://www.scala-lang.org/api/2.13.2/scala-reflect/scala/reflect/api/)
4852
* Scala 2.13.1
4953
* [Library API](http://www.scala-lang.org/api/2.13.1/)
5054
* [Compiler API](http://www.scala-lang.org/api/2.13.1/scala-compiler/)

Diff for: download/index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: downloadpage
33
title: Download
4-
release_version: 2.13.2
5-
release_date: "April 22, 2020"
4+
release_version: 2.13.3
5+
release_date: "June 25, 2020"
66
show_resources: "true"
77
other_releases: [
88
["maintenance_version", "Latest 2.12.x maintenance release", 2.12.11, "March 16, 2020"],
@@ -12,13 +12,13 @@ other_releases: [
1212
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>."
1313
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
1414
resources: [
15-
["-main-unixsys", "scala-2.13.2.tgz", "https://downloads.lightbend.com/scala/2.13.2/scala-2.13.2.tgz", "Mac OS X, Unix, Cygwin", "21.07M"],
16-
["-main-windows", "scala-2.13.2.msi", "https://downloads.lightbend.com/scala/2.13.2/scala-2.13.2.msi", "Windows (msi installer)", "126.89M"],
17-
["-non-main-sys", "scala-2.13.2.zip", "https://downloads.lightbend.com/scala/2.13.2/scala-2.13.2.zip", "Windows", "21.11M"],
18-
["-non-main-sys", "scala-2.13.2.deb", "https://downloads.lightbend.com/scala/2.13.2/scala-2.13.2.deb", "Debian", "615.00M"],
19-
["-non-main-sys", "scala-2.13.2.rpm", "https://downloads.lightbend.com/scala/2.13.2/scala-2.13.2.rpm", "RPM package", "127.22M"],
20-
["-non-main-sys", "scala-docs-2.13.2.txz", "https://downloads.lightbend.com/scala/2.13.2/scala-docs-2.13.2.txz", "API docs", "56.06M"],
21-
["-non-main-sys", "scala-docs-2.13.2.zip", "https://downloads.lightbend.com/scala/2.13.2/scala-docs-2.13.2.zip", "API docs", "109.18M"],
22-
["-non-main-sys", "scala-sources-2.13.2.tar.gz", "https://github.com/scala/scala/archive/v2.13.2.tar.gz", "Sources", ""]
15+
["-main-unixsys", "scala-2.13.3.tgz", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.tgz", "Mac OS X, Unix, Cygwin", "21.38M"],
16+
["-main-windows", "scala-2.13.3.msi", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.msi", "Windows (msi installer)", "125.76M"],
17+
["-non-main-sys", "scala-2.13.3.zip", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.zip", "Windows", "21.42M"],
18+
["-non-main-sys", "scala-2.13.3.deb", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.deb", "Debian", "618.18M"],
19+
["-non-main-sys", "scala-2.13.3.rpm", "https://downloads.lightbend.com/scala/2.13.3/scala-2.13.3.rpm", "RPM package", "126.08M"],
20+
["-non-main-sys", "scala-docs-2.13.3.txz", "https://downloads.lightbend.com/scala/2.13.3/scala-docs-2.13.3.txz", "API docs", "54.44M"],
21+
["-non-main-sys", "scala-docs-2.13.3.zip", "https://downloads.lightbend.com/scala/2.13.3/scala-docs-2.13.3.zip", "API docs", "107.75M"],
22+
["-non-main-sys", "scala-sources-2.13.3.tar.gz", "https://github.com/scala/scala/archive/v2.13.3.tar.gz", "Sources", "7.1M"]
2323
]
2424
---

Diff for: index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ apiDocs:
3131
- title: "Language Specification"
3232
url: "https://scala-lang.org/files/archive/spec/2.13/"
3333

34-
currentScalaVersion: "2.13.2"
34+
currentScalaVersion: "2.13.3"
3535

3636
# Scala backends
3737
scalaBackends:

0 commit comments

Comments
 (0)