Skip to content

Instantly share code, notes, and snippets.

@raoswati
Created August 2, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raoswati/9e6c30f64d32090d714a85a0024ccf7c to your computer and use it in GitHub Desktop.
Save raoswati/9e6c30f64d32090d714a85a0024ccf7c to your computer and use it in GitHub Desktop.
The build.sbt for play and gatling
enablePlugins(GatlingPlugin)
name := "gatling-charts"
version := "1.0"
scalaVersion := "2.11.8"
scalacOptions := Seq(
"-encoding", "UTF-8", "-target:jvm-1.8", "-deprecation",
"-feature", "-unchecked", "-language:implicitConversions", "-language:postfixOps")
libraryDependencies ++= Seq("io.gatling" % "gatling-test-framework" % "2.2.2" % "test",
"io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % "test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment