-
-
Notifications
You must be signed in to change notification settings - Fork 160
Redis-plugin - unresolved dependency: org.sedis#sedis_2.11;1.2.2: not found #141
Comments
I am having this issue on a new vm. Any updates on this? |
Add "google-sedis-fix" at "http://pk11-scratch.googlecode.com/svn/trunk" to resolvers |
The |
@nhooey +1, we just start to get this error again today and the link is not available. we need to find an new solution. |
@pk11 Do you know what's happened to sedis? |
ok I'm uploading this to bintray now |
You can now download at https://jcenter.bintray.com/org/sedis/ |
It's now in Maven Central, you don't need to do anything and will "just work tm" |
resolvers += "sedis-fix" at "https://dl.bintray.com/graingert/maven/" |
@urstoryent thanks for taking care of this |
thanks for that, but I have the same problem with sedis_2.10;1.2.2. @graingert could you upload a 2.10;1.2.2 version please ? |
Ok but you should totally upgrade your scala
|
@graingert thank you so much !!!.. I know I should upgrade but I got a nasty set of dependencies, mainly around heavily using a version of slick that doesn't work with 2.11. But this did give me a warning and the motivation to do that very soon By you uplodading the 2.10;1.2.2 version of sedis I got a few days to address this :-) |
@tremmert done |
@tremmert @urstoryent @lnitram |
@gmethvin can you close this issue |
This is still an issue for 2.4.1 and 2.5.0 |
I tried to run the redis-plugin following this howto:
https://github.com/typesafehub/play-plugins/tree/master/redis#how-to-install
What I did:
libraryDependencies += "com.typesafe.play.plugins" %% "play-plugins-redis" % "2.3.1"
play.plugins
in app/conf550:com.typesafe.plugin.RedisPlugin
to play.pluginsThe text was updated successfully, but these errors were encountered: