slick / slick-examples

A sample project for getting started with Slick
https://scala-slick.org/
156 stars 70 forks source link

error: illegal cyclic inheritance involving type Table #15

Open AndrewLiu opened 11 years ago

AndrewLiu commented 11 years ago

run the sample, "error: illegal cyclic inheritance involving type Table object Suppliers extends Table(Int, String, String, String, String, String) {" I have no idea, help~~

szeiger commented 11 years ago

Some more details please. Which branch/version of the examples? Did you modify anything after checking out? Are you building with sbt or some other build tool or IDE?