play-slick
play-slick copied to clipboard
Evolutions and compile-time DI
I tried to mix in SlickComponents, EvolutionsComponents and SlickEvolutionComponents but I'm getting
lazy value slickApi in trait SlickComponents of type play.api.db.slick.SlickApi and
method slickApi in trait SlickEvolutionsComponents of type => play.api.db.slick.SlickApi
There is nothing else in the docs that I need to do as far as I understand. I noticed that there is a pull request with a comment about deprecating the SlickEvolutionsComponents. What's the recommended way of using evolutions at the moment?