Skip to content

Commit

Permalink
chore: Update GraalVM to 22.0.2
Browse files Browse the repository at this point in the history
- GraalVM JDK : 22.0.2
- GraalJS : 24.0.2
  • Loading branch information
guilgaly committed Jul 24, 2024
1 parent 451832c commit 6b71423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jvm/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Global / gatlingDevelopers := Seq(
GatlingDeveloper("[email protected]", "Guillaume Galy", isGatlingCorp = true)
)

val graalvmJdkVersion = "22.0.1"
val graalvmJsVersion = "24.0.1"
val graalvmJdkVersion = "22.0.2"
val graalvmJsVersion = "24.0.2"
val coursierVersion = "2.1.10"
val gatlingVersion = "3.11.5"

Expand Down

0 comments on commit 6b71423

Please sign in to comment.