From c33ea5f555575ce1a27ef03d5fa70461b3c4ba87 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:29:59 +0000 Subject: [PATCH] chore: update js-community from 24.0.2 to 24.1.0 --- jvm/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/build.sbt b/jvm/build.sbt index 82e87f9..77f75cf 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -14,7 +14,7 @@ Global / gatlingDevelopers := Seq( ) val graalvmJdkVersion = "22.0.2" -val graalvmJsVersion = "24.0.2" +val graalvmJsVersion = "24.1.0" val coursierVersion = "2.1.12" val gatlingVersion = "3.12.0"