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

Running sample project gives error: not found: value PlayKeys

Open ganeshchand opened this issue 8 years ago • 0 comments

This line https://github.com/playframework/play-slick/blob/master/samples/basic/build.sbt#L3 seems to give error when running sample play app. Here's how you can reproduce the error:

$ cd basic
$ sbt run
[info] Updated file /tmp/play-slick/samples/basic/project/build.properties: set sbt.version to 1.0.4
/tmp/play-slick/samples/basic/build.sbt:3: error: not found: value PlayKeys
PlayKeys.playOmnidoc := false
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?`

ganeshchand avatar Jan 16 '18 20:01 ganeshchand