diff --git a/project/Build.scala b/project/Build.scala index c756967..011b689 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -28,7 +28,7 @@ object ApplicationBuild extends Build { // TEST DEPENDENCIES - "play" %% "play-test" % "2.1.1" % "test", + "play" %% "play-test" % "2.1.2" % "test", "org.scalatest" %% "scalatest" % "1.9.1" % "test", "org.scalamock" %% "scalamock-scalatest-support" % "3.0.1" % "test", "org.scalamock" %% "scalamock-specs2-support" % "3.0.1" % "test", diff --git a/project/plugins.sbt b/project/plugins.sbt index a5baf7a..011cbbf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ logLevel := Level.Warn resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" // Use the Play sbt plugin for Play projects -addSbtPlugin("play" % "sbt-plugin" % "2.1.1") \ No newline at end of file +addSbtPlugin("play" % "sbt-plugin" % "2.1.2") \ No newline at end of file