Skip to content

Commit

Permalink
Revert "upgrade graaljs version"
Browse files Browse the repository at this point in the history
This reverts commit bdf6df5.
  • Loading branch information
jaikiran committed May 8, 2024
1 parent d22472a commit 1a4de97
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-language"/>
<f2 project="org.graalvm.js" archive="js"/>
<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.10.0
commons-logging.version=1.1
commons-logging-api.version=${commons-logging.version}
js-language.version=23.1.2
js-scriptengine.version=${js-language.version}
js.version=20.1.0
js-scriptengine.version=${js.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 1a4de97

Please sign in to comment.