You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
We are trying to implement the play plugin for redis in a project using version 2.2.3 of Play. After adding the suggested dependency to our project's build.sbt folder:
"com.typesafe" %% "play-plugins-redis" % "2.0.4"
and creating the specified play.plugins file, attempting to compile the Play project results in the following error:
sbt.ResolveException: unresolved dependency: com.typesafe#play-plugins-redis_2.10:2.0.4: not found
We would appreciate any insight that could be provided regarding this issue.
The text was updated successfully, but these errors were encountered:
We are trying to implement the play plugin for redis in a project using version 2.2.3 of Play. After adding the suggested dependency to our project's build.sbt folder:
"com.typesafe" %% "play-plugins-redis" % "2.0.4"
and creating the specified play.plugins file, attempting to compile the Play project results in the following error:
sbt.ResolveException: unresolved dependency: com.typesafe#play-plugins-redis_2.10:2.0.4: not found
We would appreciate any insight that could be provided regarding this issue.
The text was updated successfully, but these errors were encountered: