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
$ 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?`
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: