Skip to content

Instantly share code, notes, and snippets.

@NicolaeNMV
Created March 12, 2014 14:00
Show Gist options
  • Save NicolaeNMV/9507482 to your computer and use it in GitHub Desktop.
Save NicolaeNMV/9507482 to your computer and use it in GitHub Desktop.
Play framework cache lib not found error
If you get "object cache is not a member of package play.api" error with play 2, that mean that you don't have the cache lib dependency.
To solve this issue, add:
libraryDependencies += cache
To your build.sbt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment