etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

Geo support is missing from 1.8.0-SNAPSHOT #166

Closed 123avi closed 7 years ago

123avi commented 7 years ago

@etaty hi, couldn't find redis.api.geo on 1.8.0-SNAPSHOT at https://oss.sonatype.org/content/repositories/snapshots/com/github/etaty/rediscala_2.11/1.8.0-SNAPSHOT/ can you add it please ?

etaty commented 7 years ago

Can you check that it works with libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0"

123avi commented 7 years ago

Yeap, it seems to be there. thanks !