Skip to content

Commit e3e4617

Browse files
committed
Upgrade to 25
1 parent 7e5943a commit e3e4617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

truffle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

truffle/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)