@@ -32,20 +32,21 @@ Akka offers [commercial support](https://akka.io/pricing) for Scala 2. The linke
32
32
33
33
Minimum working versions:
34
34
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 |
42
42
43
43
Even when a version combination isn't listed as supported, most features might still work.
44
44
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.
46
46
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.
49
50
50
51
## Running versus compiling
51
52
0 commit comments