Scala build.sbt: Memcached Plugin for Play framework 2.8.6
I am trying to upgrade mumoshu's Memcached Plugin for Play framework, to Play 2.8.6, in build.sbt. The upgrade instructions are: For Play 2.6.x and newer: !!! Changed play.modules.cache.* config keys to play.cache.* !!! val appDependencies = Seq( play.PlayImport.cacheApi, "com.github.mumoshu" %%…