Skip to content

Commit

Permalink
[reactivemongo] Update ReactiveMongo to 0.12-RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
cchantep authored and cchantep committed Jul 25, 2016
1 parent fdcabab commit 2eb464a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/ReactiveMongo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trait ReactiveMongo { deps: Dependencies ⇒
},
resolvers ++= reactiveResolvers,
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % "0.11.11",
"org.reactivemongo" %% "reactivemongo" % "0.12-RC0",
"com.jsuereth" %% "scala-arm" % "1.4",
"org.slf4j" % "slf4j-simple" % "1.7.13" % Test,
"com.chuusai" % "shapeless" % "2.0.0" % Test cross CrossVersion.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ private[reactivemongo] class Actor(

protected def authReceive: PartialFunction[Any, Unit] = { case _ => () }

val supervisor = "Acolyte"
val name = "AcolyteConnection"
lazy val seeds = Seq.empty[String]

val options = reactivemongo.api.MongoConnectionOptions()
Expand Down

0 comments on commit 2eb464a

Please sign in to comment.