From 7dd1520fcfe3c5dc7ff3dbe880c485d03482cc1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 21 Sep 2020 16:57:10 +0200 Subject: [PATCH] Update gatling-charts-highcharts to 3.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 485c492..2eb9d1f 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= { "dev.zio" %% "zio" % "1.0.0-RC17", "org.scalaz" %% "scalaz-core" % "7.2.30", "com.softwaremill.macwire" %% "macros" % "2.3.3" % "provided", - "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.3.1" % "test,it", + "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.4.0" % "test,it", "io.gatling" % "gatling-test-framework" % "3.2.1" % "test,it", "com.github.tototoshi" %% "scala-csv" % "1.3.6", "com.nrinaudo" %% "kantan.csv-generic" % "0.5.1",