From e0d5e5bf1d6f9f8c52b09cc929aff8618caa7399 Mon Sep 17 00:00:00 2001 From: Dave O'Brien Date: Wed, 16 Jan 2019 10:12:50 +0000 Subject: [PATCH] Update play version --- project/AppDependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")