@@ -32,20 +32,21 @@ Akka offers [commercial support](https://akka.io/pricing) for Scala 2. The linke
3232
3333Minimum 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
4343Even 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