scredis / scredis

Non-blocking, ultra-fast Scala Redis client built on top of Akka IO.

Home Page:https://scredis.github.io/scredis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.github.scredis#scredis_2.12;2.1.1: not found

almoehi opened this issue · comments

Hi,
according to the docs scredis v2.1.1 should be scala 2.12 compatible.
However, when using the dependency as shown on the docs page it can't resolve it.

I manually checked sonatype, it seems like there are no published artifacts for 2.1.1 - am I missing something ?

scalaVersion := "2.12.3"

libraryDependencies ++= Seq(
  ws,
  guice,
  "com.typesafe.play" %% "play-json" % "2.6.5",
  "com.typesafe.play" %% "play-iteratees" % "2.6.1",
  "com.github.scredis" %% "scredis" % "2.1.1"
)

resolvers ++= Seq(
  Resolver.sonatypeRepo("public"),
  Resolver.bintrayRepo("scalaz", "releases"),
  Resolver.bintrayRepo("jastice", "releases")
)

yeah I still haven't published it to sonatype... but doesn't it work via the bintray resolver?

Nope - I ended up to do a publishLocal from the repo

Hi,
any update about the availability of the new version ?

I'm happy to make anyone a maintainer willing to take care of it :)

Hi @jastice I would like to take care of this.

Best,
Facundo

@faolivera Great! I've added you as collaborator

@faolivera, are you still maintaining this?
Looking for the new version as well

@eugenemiretsky would you like to take care of it? :)

All should be fixed now.

No special resolvers are needed simply follow README and it will fetch correct version based on your scala:
libraryDependencies += "com.github.scredis" %% "scredis" % "2.1.7"

Sonatype refreshing takes time so don't worry if you don't find version 2.1.7 there, it is downloadable by sbt.

Closing a ticket, in case you have troubles with a new version please open a new one and we will work on that.