Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
VCFEF-491 Upgraded to play 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Chrobasik committed Jan 9, 2017
1 parent 440b1b7 commit 39a5078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions project/LibraryBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ object LibraryBuild extends Build {
.settings(scalaSettings ++ scoverageSettings: _*)
.settings(
targetJvm := "jvm-1.8",
scalaVersion := "2.11.8",
libraryDependencies ++= LibraryDependencies(),
resolvers := Seq(
Resolver.bintrayRepo("hmrc", "releases"), "typesafe-releases" at "http://repo.typesafe.com/typesafe/releases/"
Expand All @@ -34,8 +35,8 @@ object LibraryBuild extends Build {
private object LibraryDependencies {

val compile = Seq(
"com.typesafe.play" %% "play" % "2.3.10" % "provided",
"com.typesafe.play" %% "play-json" % "2.3.10" % "provided"
"com.typesafe.play" %% "play" % "2.5.8" % "provided",
"com.typesafe.play" %% "play-json" % "2.5.8" % "provided"
)

val test = Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ resolvers += Resolver.url(
"hmrc-sbt-plugin-releases", url("https://dl.bintray.com/hmrc/sbt-plugin-releases")
)(Resolver.ivyStylePatterns)

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.0.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.4.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.8.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.9.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")

0 comments on commit 39a5078

Please sign in to comment.