etaty / rediscala

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

SBT warning #167

Closed magmel48 closed 7 years ago

magmel48 commented 7 years ago

SBT project import [warn] Unable to reparse com.github.etaty#rediscala_2.11;1.8.0-SNAPSHOT from sonatype-snapshots, using Sun Nov 20 18:06:02 EAT 2016

what is that and how it can be fixed?

scalaVersion := "2.11.8" sbt.version=0.13.13

etaty commented 7 years ago

I have no idea. I have released 1.8.0 yesterday Could you try again with? libraryDependencies += "com.github.etaty" %% "rediscala" % "1.8.0"

magmel48 commented 7 years ago

@etaty no warnings with new version. Thank you! I think this issue can be closed.