Slick cannot resolve symbol - leftJoin

593 views Asked by At

Did you have issue with cannot resolve symbol error - leftJoin

I use official docs - off doc for slick 2

coffees leftJoin suppliers on ...

My imports

import com.typesafe.scalalogging.LazyLogging
import slick.driver.JdbcProfile
import slick.driver.MySQLDriver.api._

My dependencies

"com.typesafe.play" %% "play-slick" % "2.0.2", 
  "com.typesafe.slick" %% "slick" % "2.0.2",

Should I add any additional dependencies and imports for slick 2 ?

BR!

0

There are 0 answers