Jean, thanks for the reply! Indeed, the problem was with the "jdbc" dependency. In fact, in the docs
https://github.com/playframework/Play20/blob/master/documentation/manual/Highlights.md it is explained quite clearly. So I just added jdbc to dependencies and it all worked.
val appDependencies = Seq(
jdbc,
"com.typesafe" % "slick_2.10.0-RC1" % "0.11.2"
)
And thank you for the links to samples, I'll definitely have a close look at them.
Kirill
среда, 21 ноября 2012 г., 21:22:14 UTC+9 пользователь Jean Helou написал: