diff --git a/project/AppDependencies.scala b/project/AppDependencies.scala index ccbb981..ea42e99 100644 --- a/project/AppDependencies.scala +++ b/project/AppDependencies.scala @@ -3,7 +3,7 @@ import play.sbt.PlayImport._ import sbt._ object AppDependencies { - val bootStrapPlayVersion = "4.6.0" + val bootStrapPlayVersion = "4.7.0" val compile = Seq( ws, diff --git a/project/plugins.sbt b/project/plugins.sbt index 798b9ef..8c53865 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.13.0") addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "1.15.0") addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "0.14.0") addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "1.2.0") -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.12") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.19")