blob: 63328f938d422ae6b369d279b6ab167a034f243e [file] [log] [blame]
import sbt._
object Dependencies {
val GatlingVersion = "3.2.0"
lazy val gatling = Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts",
"io.gatling" % "gatling-test-framework",
).map(_ % GatlingVersion % Test)
}