From af0a2e3910743736be5a515a7a3566dee3d5bab9 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 05:19:08 +0000 Subject: [PATCH] chore: update js-community from 24.1.1 to 24.1.2 --- jvm/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/build.sbt b/jvm/build.sbt index e7e4bc6..0a2b5e4 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -15,7 +15,7 @@ Global / gatlingDevelopers := Seq( val compilerRelease = 21 val graalvmJdkVersion = "23.0.1" -val graalvmJsVersion = "24.1.1" +val graalvmJsVersion = "24.1.2" val gatlingVersion = "3.13.1" // bit weird cause this is not a dependency of this project