Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Jannoo committed Mar 29, 2018
1 parent 18934ff commit 1984235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ import scala.language.postfixOps

val compile = Seq(
ws,
"uk.gov.hmrc" %% "microservice-bootstrap" % "6.13.0",
"uk.gov.hmrc" %% "microservice-bootstrap" % "6.17.0",
"uk.gov.hmrc" %% "play-reactivemongo" % "6.1.0",
"uk.gov.hmrc" %% "play-hmrc-api" % "2.0.0"
)

def test(scope: String = "test,acceptance") = Seq(
"uk.gov.hmrc" %% "hmrctest" % "3.0.0" % scope,
"uk.gov.hmrc" %% "reactivemongo-test" % "3.0.0" % scope,
"uk.gov.hmrc" %% "reactivemongo-test" % "3.1.0" % scope,
"org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % scope,
"org.scalatest" %% "scalatest" % "3.0.4" % scope,
"org.scalatestplus.play" %% "scalatestplus-play" % "2.0.1" % scope,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.17
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers += Resolver.url("hmrc-sbt-plugin-releases", url("https://dl.bintray.co

resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.7.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.8.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.9.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "1.0.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.12")
Expand Down

0 comments on commit 1984235

Please sign in to comment.