From 67a0875edd58adda6014972da9225fa760bb7d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Corr=C3=A9?= Date: Mon, 24 Jun 2024 10:11:44 +0200 Subject: [PATCH] feat: upgrade to Gatling 3.11.4 --- jvm/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/build.sbt b/jvm/build.sbt index 6011ccb..9883037 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -16,7 +16,7 @@ Global / gatlingDevelopers := Seq( val graalvmJdkVersion = "22.0.1" val graalvmJsVersion = "24.0.1" val coursierVersion = "2.1.10" -val gatlingVersion = "3.11.3" +val gatlingVersion = "3.11.4" lazy val root = (project in file(".")) .aggregate(adapter, java2ts)