File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ Then it is possible to add Truffle artifacts as dependencies to the Maven config
5555<dependency >
5656 <groupId >org.graalvm.truffle</groupId >
5757 <artifactId >truffle-api</artifactId >
58- <version >24.2 .0</version > <!-- or whether version got installed by mx maven-install -->
58+ <version >25.0 .0</version > <!-- or whether version got installed by mx maven-install -->
5959</dependency >
6060<dependency >
6161 <groupId >org.graalvm.truffle</groupId >
6262 <artifactId >truffle-dsl-processor</artifactId >
63- <version >24.2 .0</version >
63+ <version >25.0 .0</version >
6464 <scope >provided</scope >
6565</dependency >
6666```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can use them from your `pom.xml` file as:
1414
1515``` xml
1616<properties >
17- <graalvm .version>24.2 .0</graalvm .version> <!-- or any later version -->
17+ <graalvm .version>25.0 .0</graalvm .version> <!-- or any later version -->
1818</properties >
1919<dependency >
2020 <groupId >org.graalvm.truffle</groupId >
You can’t perform that action at this time.
0 commit comments