debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Upgrade Akka dep to Akka 2.4 and 2.5 #212

Closed jwreeder closed 6 years ago

jwreeder commented 6 years ago

The akka version that is specified is rather old - 2.3.6. Any chance that this could be updated to more current versions? It appears to work fine against 2.4.20 but it would be nice to have this blessed. It would also kill the eviction warnings at build time.

jwreeder commented 6 years ago

Apologies, didn't see that the akka dep was removed in 3.6. Closing.