play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

sedis_2.10.0 not in repo

Open TaylorP opened this issue 12 years ago • 1 comments

I'm trying to get the Redis plugin up and running on play 2.1. To find the correct plugin build I had to add "com.typesafe" %% "play-plugins-redis" % "2.1-1-RC2"to my dependencies. This seems to work fine, but then Play is unable to find Sedis. It's looking in the following path: http://repo.typesafe.com/typesafe/releases/org/sedis/sedis_2.10.0/1.1.1/sedis_2.10.0-1.1.1.pom

I check the directory myself and there doesn't seem to be anything beyond 2.9.2. Is a build going to be put up soon?

TaylorP avatar Feb 22 '13 18:02 TaylorP

@TaylorP try adding resolvers += "Sedis Repo" at "http://pk11-scratch.googlecode.com/svn/trunk" to project/Build.scala settings. The sedis github page lists that repository URL in the Getting Started section.

jpiche avatar Mar 11 '13 21:03 jpiche