From 78aadf7cd000c1d8027c02fde52b596f2c6fd75d Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:29:16 +0000 Subject: [PATCH] chore: update gatling-test-framework from 3.13.2 to 3.13.3 --- scala/sbt/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/sbt/build.sbt b/scala/sbt/build.sbt index 0c39952..7e07dd9 100644 --- a/scala/sbt/build.sbt +++ b/scala/sbt/build.sbt @@ -7,7 +7,7 @@ scalacOptions := Seq( "-encoding", "UTF-8", "-release:8", "-deprecation", "-feature", "-unchecked", "-language:implicitConversions", "-language:postfixOps") -val gatlingVersion = "3.13.2" +val gatlingVersion = "3.13.3" val gatlingMqttVersion = "3.13.3" libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "test,it"