You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I tried to mix in SlickComponents, EvolutionsComponents and SlickEvolutionComponents but I'm getting
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?
The text was updated successfully, but these errors were encountered: