Skip to content

Commit 0824051

Browse files
committed
Infrastructure: Update to Java 25, switch to GraalVM CE
1 parent cfe4c83 commit 0824051

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

sbt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SDKMAN_DIR="${SDKMAN_DIR:-$HOME/.sdkman}"
4-
GRAAL_VERSION="21.0.10-graal"
4+
GRAAL_VERSION="25.0.2-graalce"
55

66
if [ -f "$SDKMAN_DIR/bin/sdkman-init.sh" ]; then
77
source "$SDKMAN_DIR/bin/sdkman-init.sh"

0 commit comments

Comments
 (0)