diff --git a/build.sbt b/build.sbt index d96fc610..d77c3820 100644 --- a/build.sbt +++ b/build.sbt @@ -376,7 +376,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.10.3" % Test ) )