Skip to content

Commit

Permalink
upgrade graaljs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Mar 16, 2024
1 parent 98f1b77 commit bdf6df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Set -Ddest=LOCATION on the command line

<target name="graal.js"
description="load Graal.js">
<f2 project="org.graalvm.js" archive="js"/>
<f2 project="org.graalvm.js" archive="js-language"/>
<f2 project="org.graalvm.js" archive="js-scriptengine"/>
</target>

Expand Down
4 changes: 2 additions & 2 deletions lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ bsh.version=2.0b5
commons-net.version=3.9.0
commons-logging.version=1.1
commons-logging-api.version=${commons-logging.version}
js.version=20.1.0
js-scriptengine.version=${js.version}
js-language.version=23.1.2
js-scriptengine.version=${js-language.version}
# Note - When updating the hamcrest versions here, make sure to also update the
# "src-dist" target in build.xml to copy the correct hamcrest jars
# into the source distribution. Also update the hamcrest dependency
Expand Down

0 comments on commit bdf6df5

Please sign in to comment.