I get the following warning whenever I start my Scala application:
WARN - imported `SVNProperties\' is permanently hidden by definition of object SVNProperties in packag
I got this warning when my class was importing classes in the same package.
Once I removed the unnecessary import, the warnings were removed.