etaty / rediscala

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

support Scala 2.12 #154

Closed xuwei-k closed 7 years ago

GhaziTriki commented 7 years ago

@etaty Can you please deploy the version for scala 2.12? It is highly needed Thanks

etaty commented 7 years ago

in progress #159

etaty commented 7 years ago

Hey, 1.8.0-SNAPSHOT support scala 2.12 libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0-SNAPSHOT" Hopefully, I will make it stable in a few days ;)

GhaziTriki commented 7 years ago

@etaty Thanks. We are waiting for it.

smdmts commented 7 years ago

@etaty Hi, 1.8.0-SNAPSHOT is missing in maven central. would you please to publish that?

jvvasques commented 7 years ago

@etaty 1.8.0-SNAPSHOT is still missing on maven central

etaty commented 7 years ago

Could you double check? (did you add the snapshot repo in sbt) I can see them here : https://oss.sonatype.org/content/repositories/snapshots/com/github/etaty/rediscala_2.11/1.8.0-SNAPSHOT/ https://oss.sonatype.org/content/repositories/snapshots/com/github/etaty/rediscala_2.12/1.8.0-SNAPSHOT/

xuwei-k commented 7 years ago

https://oss.sonatype.org/content/repositories/snapshots/com/github/etaty/rediscala_2.12/1.8.0-SNAPSHOT/ is sonatype snapshot repo, not maven central.

@smdmts and @jvvasques want to 1.8.0 final version on http://repo1.maven.org/maven2/com/github/etaty/rediscala_2.12 , right?

jvvasques commented 7 years ago

Yes @xuwei-k 👍

smdmts commented 7 years ago

@etaty Thank you. I'll add snapshot repo and wait 1.8.0 final on maven central.

etaty commented 7 years ago

I just published the stable version 1.8.0 working with scala 2.11 and 2.12 libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0"