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 by having circular dependencies. Both my classes were using each other on accident.