ReactiveMongo/Play-ReactiveMongo

Release play2-reactivemongo_2.11/0.10.5.akka23-SNAPSHOT

Closed this issue · 9 comments

Will there be a release of the 2.11 snapshot?

+1000

Hey guys, it is nice to ask for things, but it's better to give too.
You could help resolve other issues, so he will have more time on important one ;)

+1

What needs fixing before a non-snapshot 0.10.5 can be released?

What commit was the snapshot built off of, so that I can publish locally?

The 0.10.5 version has just been released :)

For Play 2.3:

// only for Play 2.3.x
libraryDependencies ++= Seq(
  "org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka23"
)

If you are looking for a stable version for Play 2.2, please consider using the 0.10.5.0.akka22 version:

// Only for Play 2.2.x
libraryDependencies ++= Seq(
  "org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka22"
)

👏