I have an issue when trying to import in scala. The object Database exists under com.me.project.database but when I try to import it:
Database
com.me.project.database
I had a similar problem but none of the solutions here worked for me. What did work however was a simple restart of my machine.
Perhaps it was something with my Intellij but after a quick restart, everything seems to be working fine.