diff --git a/build.gradle b/build.gradle index 91c296d..b6672df 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "com.github.lkishalmi.gatling" version "0.7.1" } -def playVersion = "2.7.0-RC9" +def playVersion = "2.7.0" def scalaVersion = System.getProperty("scala.binary.version", /* default = */ "2.12") def gatlingVersion = getGlatlingVersion(scalaVersion) diff --git a/project/plugins.sbt b/project/plugins.sbt index 96681c9..096aaad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0-RC9") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0") // Load testing tool: // http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html