From d669c3bd460c679b8d520b3296b2d821269622a4 Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:32:56 +0000 Subject: [PATCH] chore: update js-community from 24.1.0 to 24.1.1 --- jvm/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/build.sbt b/jvm/build.sbt index 96c8db9..ebaf985 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -15,7 +15,7 @@ Global / gatlingDevelopers := Seq( val compilerRelease = 21 val graalvmJdkVersion = "23.0.0" -val graalvmJsVersion = "24.1.0" +val graalvmJsVersion = "24.1.1" val coursierVersion = "2.1.12" val gatlingVersion = "3.12.0"