Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hmrc/vat-service-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Waddington committed Jan 21, 2019
2 parents 597f956 + e0d5e5b commit cac1dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit cac1dd3

Please sign in to comment.