play-slick icon indicating copy to clipboard operation
play-slick copied to clipboard

Evolutions and compile-time DI

Open alexeygolev opened this issue 7 years ago • 0 comments

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?

alexeygolev avatar Jul 14 '17 11:07 alexeygolev