Release play2-reactivemongo_2.11/0.10.5.akka23-SNAPSHOT
Closed this issue · 9 comments
joprice commented
Will there be a release of the 2.11 snapshot?
gregkarlin commented
+1000
ashishtomar123 commented
+1
davenaeder commented
+1
etaty commented
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 ;)
mushtaq commented
+1
francisdb commented
What needs fixing before a non-snapshot 0.10.5 can be released?
joprice commented
What commit was the snapshot built off of, so that I can publish locally?
sgodbillon commented
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"
)
joprice commented
👏