Browse Source

use graalvm version

tags/2.0.1
Jonathan Cobb 3 years ago
parent
commit
5184043901
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pom.xml

+ 3
- 3
pom.xml View File

@@ -85,20 +85,20 @@ cobbzilla-utils is available under the Apache License, version 2: http://www.apa
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.graalvm.js/js-scriptengine -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.graalvm.truffle/truffle-api -->
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-api</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency>

<dependency>


Loading…
Cancel
Save