Skip to content

Commit 51663e4

Browse files
authored
Merge pull request scala#2828 from SethTisue/scala-2.12.18
2 parents 689ff8f + ee9a0b1 commit 51663e4

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
- Guide
1717

1818
scala-version: 2.13.10
19-
scala-212-version: 2.12.17
19+
scala-212-version: 2.12.18
2020
scala-3-version: 3.3.0
2121

2222
collections:

_overviews/jdk-compatibility/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S
1212

1313
| JDK version | Minimum Scala versions |
1414
|:-----------:|:-------------------------------------------------------------|
15-
| 21 (ea) | 3.3.1 (soon), 2.13.11 (soon), 2.12.18 (soon) |
16-
| 20 | 3.3.0, 2.13.11 (soon), 2.12.18 (soon) |
15+
| 21 (ea) | 3.3.1 (soon), 2.13.11 (soon), 2.12.18 |
16+
| 20 | 3.3.0, 2.13.11 (soon), 2.12.18 |
1717
| 19 | 3.2.0, 2.13.9, 2.12.16 |
1818
| 18 | 3.1.3, 2.13.7, 2.12.15 |
1919
| 17 (LTS) | 3.0.0, 2.13.6, 2.12.15 |
@@ -97,25 +97,25 @@ Support for JDK 19 was included in Scala 2.13.9 and 2.12.16.
9797

9898
JDK 20, a non-LTS release, came out in March 2023.
9999

100-
Support for JDK 20 is included in Scala 3.3.0.
100+
Support for JDK 20 was included in Scala 3.3.0 and 2.12.18.
101101

102102
Support for JDK 20 has already been merged and is available in
103103
[nightly builds](https://stackoverflow.com/questions/40622878/how-do-i-tell-sbt-or-scala-cli-to-use-a-nightly-build-of-scala-2-12-or-2-13)
104-
of Scala 2.12 and 2.13.
104+
of 2.13.
105105

106-
The support will be included in forthcoming Scala releases 2.12.18
107-
and 2.13.11. We expect to release these in June 2023.
106+
The support will be included in the forthcoming Scala release
107+
2.13.11. We expect to release it in June 2023.
108108

109109
## JDK 21 compatibility notes
110110

111111
Early access builds of JDK 21 are already available. JDK 21 will
112112
be an LTS release.
113113

114114
Initial support for JDK 21 has been merged and is already available in
115-
nightly builds of Scala 2.12, 2.13, and 3.
115+
Scala 2.12.18 and in nightly builds of Scala 2.13 and Scala 3.
116116

117-
The support will be included in forthcoming Scala releases: 2.12.18,
118-
2.13.11, and 3.3.1.
117+
The support will be included in the forthcoming Scala releases
118+
2.13.11 and 3.3.1.
119119

120120
## GraalVM Native Image compatibility notes
121121

api/all.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ redirect_from:
1414
* [Library API](https://www.scala-lang.org/api/2.13.10/)
1515
* [Compiler API](https://www.scala-lang.org/api/2.13.10/scala-compiler/scala/)
1616
* [Reflection API](https://www.scala-lang.org/api/2.13.10/scala-reflect/scala/reflect/)
17-
* Scala 2.12.17
18-
* [Library API](https://www.scala-lang.org/api/2.12.17/)
19-
* [Compiler API](https://www.scala-lang.org/api/2.12.17/scala-compiler/scala/)
20-
* [Reflection API](https://www.scala-lang.org/api/2.12.17/scala-reflect/scala/reflect/)
17+
* Scala 2.12.18
18+
* [Library API](https://www.scala-lang.org/api/2.12.18/)
19+
* [Compiler API](https://www.scala-lang.org/api/2.12.18/scala-compiler/scala/)
20+
* [Reflection API](https://www.scala-lang.org/api/2.12.18/scala-reflect/scala/reflect/)
2121
* Scala Modules
22-
* [XML API](https://www.scala-lang.org/api/2.12.17/scala-xml/scala/xml/)
23-
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.17/scala-parser-combinators/scala/util/parsing/)
24-
* [Swing API](https://www.scala-lang.org/api/2.12.17/scala-swing/scala/swing/)
22+
* [XML API](https://www.scala-lang.org/api/2.12.18/scala-xml/scala/xml/)
23+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.18/scala-parser-combinators/scala/util/parsing/)
24+
* [Swing API](https://www.scala-lang.org/api/2.12.18/scala-swing/scala/swing/)
2525
* Scala 2.11.12
2626
* [Library API](https://www.scala-lang.org/api/2.11.12/)
2727
* [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/)
@@ -122,6 +122,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/
122122
* [Library API](https://www.scala-lang.org/api/2.13.0/)
123123
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/)
124124
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/)
125+
* Scala 2.12.17
126+
* [Library API](https://www.scala-lang.org/api/2.12.17/)
127+
* [Compiler API](https://www.scala-lang.org/api/2.12.17/scala-compiler/scala/)
128+
* [Reflection API](https://www.scala-lang.org/api/2.12.17/scala-reflect/scala/reflect/)
129+
* Scala Modules
130+
* [XML API](https://www.scala-lang.org/api/2.12.17/scala-xml/scala/xml/)
131+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.17/scala-parser-combinators/scala/util/parsing/)
132+
* [Swing API](https://www.scala-lang.org/api/2.12.17/scala-swing/scala/swing/)
125133
* Scala 2.12.16
126134
* [Library API](https://www.scala-lang.org/api/2.12.16/)
127135
* [Compiler API](https://www.scala-lang.org/api/2.12.16/scala-compiler/scala/)

0 commit comments

Comments
 (0)