Bläddra i källkod

use graalvm version

tags/2.0.1
Jonathan Cobb 3 år sedan
förälder
incheckning
5184043901
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      pom.xml

+ 3
- 3
pom.xml Visa fil

@@ -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>


Laddar…
Avbryt
Spara