Skip to content

Commit

Permalink
Update play version
Browse files Browse the repository at this point in the history
  • Loading branch information
d6fb committed Jan 16, 2019
1 parent d151662 commit e0d5e5b
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 e0d5e5b

Please sign in to comment.