Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
[PS] Updated to include mongo xombie connection bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beyond-code-github committed Mar 31, 2016
1 parent 3d8acc3 commit c4524ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project/HmrcBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ object Dependencies {
//NOTE: 0.11.6 Netty 3.10.4.Final clashes with Play (2.3.10) version of Netty 3.9.8

// USING HMRC FORK OF REACTIVEMONGO - https://github.com/hmrc/ReactiveMongo
val reactiveMongo0 = "uk.gov.hmrc" %% "reactivemongo" % "0.11.7"
val reactiveMongo1 = "uk.gov.hmrc" %% "reactivemongo-bson" % "0.11.7"
val reactiveMongo2 = "uk.gov.hmrc" %% "reactivemongo-bson-macros" % "0.11.7"

val reactiveMongo0 = "uk.gov.hmrc" %% "reactivemongo" % "0.11.8"
val reactiveMongo1 = "uk.gov.hmrc" %% "reactivemongo-bson" % "0.11.8"
val reactiveMongo2 = "uk.gov.hmrc" %% "reactivemongo-bson-macros" % "0.11.8"

val playJson = "com.typesafe.play" %% "play-json" % "2.3.10" % "provided"
val nscalaTime = "com.github.nscala-time" %% "nscala-time" % "2.2.0"
Expand Down

0 comments on commit c4524ae

Please sign in to comment.