I'm following the instructions on https://github.com/typesafehub/play-plugins/tree/master/redis#how-to-install.
When I compile, it says that the plugin doesn't exist... What am I doing wrong...
My build.sbt after adding the plugin:
libraryDependencies ++= Seq(
javaJdbc,
cache,
javaWs,
"com.typesafe" %% "play-modules-redis" % "2.4.1"
)