@@ -12,8 +12,8 @@ Sometimes new JVM and JDK (Java Development Kit) versions require us to update S
12
12
13
13
| JDK version | Minimum Scala versions |
14
14
| :-----------:| :-------------------------------------------------------------|
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 |
17
17
| 19 | 3.2.0, 2.13.9, 2.12.16 |
18
18
| 18 | 3.1.3, 2.13.7, 2.12.15 |
19
19
| 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.
97
97
98
98
JDK 20, a non-LTS release, came out in March 2023.
99
99
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 .
101
101
102
102
Support for JDK 20 has already been merged and is available in
103
103
[ 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.
105
105
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.
108
108
109
109
## JDK 21 compatibility notes
110
110
111
111
Early access builds of JDK 21 are already available. JDK 21 will
112
112
be an LTS release.
113
113
114
114
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.
116
116
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.
119
119
120
120
## GraalVM Native Image compatibility notes
121
121
0 commit comments