playframework / play-plugins

CachePlugin
444 stars 161 forks source link

Upgraded play-redis to Play 2.3.0 #120

Closed WarFox closed 10 years ago

WarFox commented 10 years ago

Upgrade play-redis to Play 2.3.0 with crossScalaVersions 2.11.1 and 2.10.4

jroper commented 10 years ago

I'm concerned about publishing a 2.11 build that depends on a 2.10 project - it may cause both classpath issues and also there may be some edge cases that haven't been accounted for. I'd rather wait for a 2.11 release of sedis before building against 2.11.

WarFox commented 10 years ago

yes, makes sense.

stephenmuss commented 10 years ago

@jroper It would be nice to publish a 2.11 build now that Sedis 1.2.2 is out and supports Scala 2.11.

jsilva commented 10 years ago

+1 to publish a 2.11 build

jroper commented 10 years ago

Redis plugin 2.3.1 for Scala 2.10/2.11 has been published.

stephenmuss commented 10 years ago

Thanks @jroper.