From 2a2cbeb600c3c6a63f8b5cbc58a0406f6e6e9d9b Mon Sep 17 00:00:00 2001 From: "scala-steward-app-iheart[bot]" <213114+scala-steward-app-iheart[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:17:08 +0000 Subject: [PATCH] Update gatling-test-framework to 3.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 37023e63..a923281a 100644 --- a/build.sbt +++ b/build.sbt @@ -378,7 +378,7 @@ lazy val stress = project .settings( libraryDependencies ++= Seq( "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.3.1" % Test, - "io.gatling" % "gatling-test-framework" % "2.3.1" % Test + "io.gatling" % "gatling-test-framework" % "3.15.0" % Test ) )