Please upgrade to Play 2.5
mkurz opened this issue · 7 comments
mkurz commented
Should be very easy:
- sbt version is now 0.13.11
- Scala 2.10 was dropped, Scala version should be 2.11.7 only.
dhirenpratap commented
Unresolved dependency
com.github.mumoshu:play2-memcached-play25_2.11:0.8.0
dhirenpratap commented
Any plan to upgrade it
PreSoichiSumi commented
won't be upgraded?
adibsaad commented
2.5 is not on maven, even though the readme says to use it, so it's probably a WIP.
mumoshu commented
I'm really open for someone to finish the PR #47
The major difficulty for the PR seems to be coming from how we're supporting old Play versions via cross-building.
See #47 (comment) for details
djlitvak commented
What have you guys been doing for using memcached with Play 2.5? I want to move my cache to aws elasticache soon.