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
55
55
<dependency >
56
56
<groupId >org.graalvm.truffle</groupId >
57
57
<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 -->
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.graalvm.truffle</groupId >
62
62
<artifactId >truffle-dsl-processor</artifactId >
63
- <version >24.2 .0</version >
63
+ <version >25.0 .0</version >
64
64
<scope >provided</scope >
65
65
</dependency >
66
66
```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can use them from your `pom.xml` file as:
14
14
15
15
``` xml
16
16
<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 -->
18
18
</properties >
19
19
<dependency >
20
20
<groupId >org.graalvm.truffle</groupId >
You can’t perform that action at this time.
0 commit comments