Skip to content

Commit

Permalink
downgrade reactivemongo to 0.12.4
Browse files Browse the repository at this point in the history
it seems that it's 0.12.5 that causes the perf to degrade
  • Loading branch information
ornicar committed Jan 19, 2019
1 parent e98baf8 commit 3e1f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {
val scalatags = "com.lihaoyi" %% "scalatags" % "0.6.7"

object reactivemongo {
val version = "0.12.5"
val version = "0.12.4"
val driver = ("org.reactivemongo" %% "reactivemongo" % version)
.exclude("com.typesafe.akka", "*") // provided by Play
.exclude("com.typesafe.play", "*")
Expand Down

0 comments on commit 3e1f68c

Please sign in to comment.