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
imports can be relative. Is that the only import you have? be careful with other imports like
import com.me
ultimately, this should fix it, then you can try to find more about it:
import _root_.com.me.project.database.Database