Skip to content

Commit d6d90d5

Browse files
authored
Merge pull request #1203 from SethTisue/scala-2.12.13
Scala 2.12.13
2 parents 3f64cd3 + 8b53aa9 commit d6d90d5

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
lines changed

_downloads/2021-01-12-2.12.13.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Scala 2.12.13
3+
start: 12 January 2021
4+
layout: downloadpage
5+
release_version: 2.12.13
6+
release_date: "January 12, 2021"
7+
show_resources: "true"
8+
permalink: /download/2.12.13.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='https://www.java.com/'>here</a>."
10+
resources: [
11+
["-main-unixsys", "scala-2.12.13.tgz", "https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.tgz", "Mac OS X, Unix, Cygwin", "20.03M"],
12+
["-main-windows", "scala-2.12.13.msi", "https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.msi", "Windows (msi installer)", "125.69M"],
13+
["-non-main-sys", "scala-2.12.13.zip", "https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.zip", "Windows", "20.07M"],
14+
["-non-main-sys", "scala-2.12.13.deb", "https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.deb", "Debian", "146.65M"],
15+
["-non-main-sys", "scala-2.12.13.rpm", "https://downloads.lightbend.com/scala/2.12.13/scala-2.12.13.rpm", "RPM package", "125.95M"],
16+
["-non-main-sys", "scala-docs-2.12.13.txz", "https://downloads.lightbend.com/scala/2.12.13/scala-docs-2.12.13.txz", "API docs", "53.62M"],
17+
["-non-main-sys", "scala-docs-2.12.13.zip", "https://downloads.lightbend.com/scala/2.12.13/scala-docs-2.12.13.zip", "API docs", "108.84M"],
18+
["-non-main-sys", "scala-sources-2.12.13.tar.gz", "https://github.com/scala/scala/archive/v2.12.13.tar.gz", "Sources", "6.8M"]
19+
]
20+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
category: announcement
3+
permalink: /news/2.12.13
4+
title: "Scala 2.12.13 is now available!"
5+
---
6+
[Scala 2.12.13](https://github.com/scala/scala/releases/tag/v2.12.13) is now available!
7+
8+
For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.12.13) on GitHub.

documentation/reference.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ includeTOC: true
1212
* [Library API](https://www.scala-lang.org/api/2.13.4/)
1313
* [Compiler API](https://www.scala-lang.org/api/2.13.4/scala-compiler/)
1414
* [Reflection API](https://www.scala-lang.org/api/2.13.4/scala-reflect/scala/reflect/api/)
15-
* Scala 2.12.12
16-
* [Library API](https://www.scala-lang.org/api/2.12.12/)
17-
* [Compiler API](https://www.scala-lang.org/api/2.12.12/scala-compiler/)
18-
* [Reflection API](https://www.scala-lang.org/api/2.12.12/scala-reflect/scala/reflect/api/)
15+
* Scala 2.12.13
16+
* [Library API](https://www.scala-lang.org/api/2.12.13/)
17+
* [Compiler API](https://www.scala-lang.org/api/2.12.13/scala-compiler/)
18+
* [Reflection API](https://www.scala-lang.org/api/2.12.13/scala-reflect/scala/reflect/api/)
1919
* Scala Modules
2020
* [XML API](https://www.scala-lang.org/api/2.12.12/scala-xml/scala/xml/)
2121
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.12/scala-parser-combinators/)
@@ -61,6 +61,10 @@ includeTOC: true
6161
* [Library API](https://www.scala-lang.org/api/2.13.0/)
6262
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/)
6363
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/api/)
64+
* Scala 2.12.12
65+
* [Library API](https://www.scala-lang.org/api/2.12.12/)
66+
* [Compiler API](https://www.scala-lang.org/api/2.12.12/scala-compiler/)
67+
* [Reflection API](https://www.scala-lang.org/api/2.12.12/scala-reflect/scala/reflect/api/)
6468
* Scala 2.12.11
6569
* [Library API](https://www.scala-lang.org/api/2.12.11/)
6670
* [Compiler API](https://www.scala-lang.org/api/2.12.11/scala-compiler/)

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release_version: 2.13.4
55
release_date: "November 19, 2020"
66
show_resources: "true"
77
other_releases: [
8-
["maintenance_version", "Latest 2.12.x maintenance release", 2.12.12, "July 13, 2020"],
8+
["maintenance_version", "Latest 2.12.x maintenance release", 2.12.13, "January 12, 2021"],
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)