slick.driver.JdbcProfile is moved to slick.jdbc.JdbcProfile in slick 3.2.0. It can be confusing when there is no mention which package to be imported in the documentation and the reference implementation is not using the slick version specified in the doc
In the documentation, it states
Play Slick currently supports Slick 3.1 with Play 2.5, for Scala 2.11.
.However, in sample code, the slick version used is 3.2.0
slick.driver.JdbcProfile
is moved toslick.jdbc.JdbcProfile
in slick 3.2.0. It can be confusing when there is no mention which package to be imported in the documentation and the reference implementation is not using the slick version specified in the doc