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

Commit

Permalink
addition of comment to highlight bug with clashing versions of Netty
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancrawford committed Aug 12, 2015
1 parent 4d9858c commit b638783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/HmrcBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ object Dependencies {

object Compile {
val reactiveMongoJson = "uk.gov.hmrc" %% "reactivemongo-json" % "2.1.3"
val reactiveMongo = "org.reactivemongo" %% "reactivemongo" % "0.11.5" //NOTE: in 0.11.6 netty 3.10.0 clashes with Play (2.3.9) using netty 3.9.8
//NOTE: 0.11.6 Netty 3.10.4.Final clashes with Play (2.3.9) version of Netty 3.9.8
val reactiveMongo = "org.reactivemongo" %% "reactivemongo" % "0.11.5"
val playJson = "com.typesafe.play" %% "play-json" % "2.3.9" % "provided"
val nscalaTime = "com.github.nscala-time" %% "nscala-time" % "1.8.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.1.2"
Expand Down

0 comments on commit b638783

Please sign in to comment.