From 901de228468b032ee20cb2db610d3af52976aa47 Mon Sep 17 00:00:00 2001 From: Guillaume Galy Date: Wed, 22 Jan 2025 11:50:48 +0100 Subject: [PATCH] chore: Bump Gatling version to 3.13.3 --- jvm/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvm/build.sbt b/jvm/build.sbt index ad18214..eeaa8d7 100644 --- a/jvm/build.sbt +++ b/jvm/build.sbt @@ -16,7 +16,7 @@ Global / gatlingDevelopers := Seq( val compilerRelease = 21 val graalvmJdkVersion = "23.0.1" val graalvmJsVersion = "24.1.1" -val gatlingVersion = "3.13.2" +val gatlingVersion = "3.13.3" // bit weird cause this is not a dependency of this project val gatlingEnterpriseComponentPluginVersion = "1.11.0"