Skip to content

Commit e4c60b7

Browse files
committed
JDK tooling table updates
references #3216
1 parent b874190 commit e4c60b7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

_overviews/jdk-compatibility/overview.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,21 @@ Akka offers [commercial support](https://akka.io/pricing) for Scala 2. The linke
3232

3333
Minimum working versions:
3434

35-
| JDK | scala-cli | sbt | mill |
36-
|:-----------:|:----------:|:---------:|:-----------|
37-
| 23 | 1.4.1 | 1.9.0 | 0.11.8 |
38-
| 21 (LTS) | 1.0.0 | 1.9.0 | 0.11.5 |
39-
| 17 (LTS) | 1.0.0 | 1.6.0 | 0.7.0 |
40-
| 11 (LTS) | 1.0.0 | 1.1.0 | 0.1.5 |
41-
| 8 (LTS) | 1.0.0 | 1.0.0 | 0.1.0 |
35+
| JDK | scala-cli | sbt | mill |
36+
|:-----------:|:-----------:|:---------:|:-----------|
37+
| 25 (LTS) | forthcoming | 1.9.0 | 1.0.0 |
38+
| 21 (LTS) | 1.0.0 | 1.9.0 | 0.11.5 |
39+
| 17 (LTS) | 1.0.0 | 1.6.0 | 0.7.0 |
40+
| 11 (LTS) | 1.0.0 | 1.1.0 | 0.1.5 |
41+
| 8 (LTS) | 1.0.0 | 1.0.0 | 0.1.0 |
4242

4343
Even when a version combination isn't listed as supported, most features might still work.
4444

45-
We will update this table soon to include information about JDK 25. <!-- TODO -->
45+
The sbt developers have primarily tested on JDK 8, 11, and 17, but 21 and 25 are believed to also work.
4646

47-
Using a different build tool, such as Gradle or Maven? We invite pull
48-
requests adding additional columns to this table.
47+
Some tools may print warnings on startup on JDK 25.
48+
49+
Using a different build tool, such as Gradle or Maven? We invite pull requests adding additional columns to this table.
4950

5051
## Running versus compiling
5152

0 commit comments

Comments
 (0)