Does anybody know of a good tutorial or a sample project (github) of using Play framework with SLICK (ScalaQuery)? I am struggling to make them work together.
I am getti
Using Play 2.1, with the latest Slick release (1.0.1-RC1), you'd use:
val appDependencies = Seq( "com.typesafe.slick" %% "slick" % "1.0.1-RC1", ... }