Skip to content

Commit

Permalink
Updated reactivemongo dependencies following fix to reactivemongo-tes…
Browse files Browse the repository at this point in the history
…t. (#54)
  • Loading branch information
FluentSynergyDW authored and d6fb committed Mar 22, 2019
1 parent 59bfa57 commit 4db8b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ import scala.language.postfixOps

val compile = Seq(
"uk.gov.hmrc" %% "bootstrap-play-25" % "4.9.0",
"uk.gov.hmrc" %% "simple-reactivemongo" % "7.14.0-play-25",
"uk.gov.hmrc" %% "simple-reactivemongo" % "7.15.0-play-25",
"uk.gov.hmrc" %% "play-hmrc-api" % "3.4.0-play-25"
)

def test(scope: String = "test,acceptance") = Seq(
"uk.gov.hmrc" %% "hmrctest" % "3.6.0-play-25" % scope,
"uk.gov.hmrc" %% "reactivemongo-test" % "4.9.0-play-25" % scope,
"uk.gov.hmrc" %% "reactivemongo-test" % "4.10.0-play-25" % 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

0 comments on commit 4db8b3d

Please sign in to comment.