Skip to content

Commit

Permalink
Merge pull request #82 from hmrc/APIS-4829
Browse files Browse the repository at this point in the history
APIS-4829 - Upgraded mongo libraries
  • Loading branch information
anjumabbas5 authored Jul 30, 2020
2 parents 06fff2e + 949576c commit 0a5f99e
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,7 +27,7 @@ import scala.language.postfixOps

val compile = Seq(
"uk.gov.hmrc" %% "bootstrap-play-26" % "1.4.0",
"uk.gov.hmrc" %% "simple-reactivemongo" % "7.22.0-play-26",
"uk.gov.hmrc" %% "simple-reactivemongo" % "7.30.0-play-26",
"org.julienrf" %% "play-json-derived-codecs" % "6.0.0",
"com.typesafe.play" %% "play-json" % "2.7.1",
"uk.gov.hmrc" %% "http-metrics" % "1.10.0",
Expand All @@ -49,7 +49,7 @@ val overrides: Seq[ModuleID] = Seq(
)

def test(scope: String = "test,acceptance") = Seq(
"uk.gov.hmrc" %% "reactivemongo-test" % "4.16.0-play-26" % scope,
"uk.gov.hmrc" %% "reactivemongo-test" % "4.21.0-play-26" % scope,
"org.scalatestplus.play" %% "scalatestplus-play" % "3.1.3" % scope,
"org.mockito" %% "mockito-scala-scalatest" % "1.14.4" % scope,
"org.pegdown" % "pegdown" % "1.6.0" % scope,
Expand Down

0 comments on commit 0a5f99e

Please sign in to comment.