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> <dependency>
<groupId>org.graalvm.js</groupId> <groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId> <artifactId>js</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.graalvm.js/js-scriptengine --> <!-- https://mvnrepository.com/artifact/org.graalvm.js/js-scriptengine -->
<dependency> <dependency>
<groupId>org.graalvm.js</groupId> <groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId> <artifactId>js-scriptengine</artifactId>
<version>19.2.0</version>
<version>${graalvm.version}</version>
</dependency> </dependency>


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


<dependency> <dependency>


Loading…
Cancel
Save