play-slick
play-slick copied to clipboard
Running sample project gives error: not found: value PlayKeys
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?`