Skip to content

Commit bdf6df5

Browse files
committed
upgrade graaljs version
1 parent 98f1b77 commit bdf6df5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fetch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Set -Ddest=LOCATION on the command line
328328

329329
<target name="graal.js"
330330
description="load Graal.js">
331-
<f2 project="org.graalvm.js" archive="js"/>
331+
<f2 project="org.graalvm.js" archive="js-language"/>
332332
<f2 project="org.graalvm.js" archive="js-scriptengine"/>
333333
</target>
334334

lib/libraries.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ bsh.version=2.0b5
4242
commons-net.version=3.9.0
4343
commons-logging.version=1.1
4444
commons-logging-api.version=${commons-logging.version}
45-
js.version=20.1.0
46-
js-scriptengine.version=${js.version}
45+
js-language.version=23.1.2
46+
js-scriptengine.version=${js-language.version}
4747
# Note - When updating the hamcrest versions here, make sure to also update the
4848
# "src-dist" target in build.xml to copy the correct hamcrest jars
4949
# into the source distribution. Also update the hamcrest dependency

0 commit comments

Comments
 (0)