Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
downgrade reactivemongo to 0.12.0 :(
  • Loading branch information
ornicar committed Jan 15, 2017
1 parent 82c652a commit 0b0f68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val scrimage = "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8"

object reactivemongo {
val version = "0.12.1-LILA"
val version = "0.12.0"
val driver = "org.reactivemongo" %% "reactivemongo" % version
val iteratees = "org.reactivemongo" %% "reactivemongo-iteratees" % version
}
Expand Down

0 comments on commit 0b0f68b

Please sign in to comment.