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:
@@ -1,7 +1,7 @@
|
|||||||
import sbt._
|
import sbt._
|
||||||
|
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
val GatlingVersion = "3.1.1"
|
val GatlingVersion = "3.2.0"
|
||||||
|
|
||||||
lazy val gatling = Seq(
|
lazy val gatling = Seq(
|
||||||
"io.gatling.highcharts" % "gatling-charts-highcharts",
|
"io.gatling.highcharts" % "gatling-charts-highcharts",
|
||||||
|
Reference in New Issue
Block a user