e2e-tests: Align gatling version with gatling-git

Align the gatling version used by the framework with the one used in
the gatling-git extension dependency.

This happens to fix the below issue, hence the reporting features.

Bug: Issue 12279
Change-Id: I63a8642ec71caaf2af5bcb12d54b94ff89e21bee
This commit is contained in:
Marco Miller 2020-03-27 14:58:49 -04:00
parent edb22c0e14
commit f8e08896e8

@ -1,7 +1,7 @@
import sbt._
object Dependencies {
val GatlingVersion = "3.1.1"
val GatlingVersion = "3.2.0"
lazy val gatling = Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts",