File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ val commonSettings =
2424 resolvers += " netlogoheadless" at " https://dl.cloudsmith.io/public/netlogo/netlogo/maven/" ,
2525 libraryDependencies ++= Seq (
2626 " org.nlogo" % " netlogoheadless" % nlDependencyVersion,
27- " org.graalvm.polyglot" % " polyglot" % " 23.1.10 " ,
28- " org.graalvm.polyglot" % " js" % " 23.1.10 " pomOnly() ,
27+ " org.graalvm.polyglot" % " polyglot" % " 25.0.2 " ,
28+ " org.graalvm.polyglot" % " js-community " % " 25.0.2 " ,
2929 " org.scalaz" %% " scalaz-core" % scalazVersion,
3030 " com.typesafe.play" %% " play-json" % playJsonVersion,
3131 " com.lihaoyi" %% " scalatags" % " 0.12.0" % " test" ,
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33SDKMAN_DIR=" ${SDKMAN_DIR:- $HOME / .sdkman} "
4- GRAAL_VERSION=" 21 .0.10-graal "
4+ GRAAL_VERSION=" 25 .0.2-graalce "
55
66if [ -f " $SDKMAN_DIR /bin/sdkman-init.sh" ]; then
77 source " $SDKMAN_DIR /bin/sdkman-init.sh"
You can’t perform that action at this time.
0 commit comments