From 68e06731e6724fe0f11122c9084e11a607ba9a76 Mon Sep 17 00:00:00 2001 From: "scala-steward-app-iheart[bot]" <213114+scala-steward-app-iheart[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:09:53 +0000 Subject: [PATCH] Update gatling-charts-highcharts to 3.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0152dfe..4b061672 100644 --- a/build.sbt +++ b/build.sbt @@ -377,7 +377,7 @@ lazy val stress = project .settings(rootSettings) .settings( libraryDependencies ++= Seq( - "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.3.1" % Test, + "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.12.0" % Test, "io.gatling" % "gatling-test-framework" % "2.3.1" % Test ) )