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