Adds barebones scala_library & scala_test (still junit) support. This is sort of experimental - Scala compiles a bit differently than java (i.e. dependencies can be executed as part of the compile), so I'm not sure this works in all cases. It does work for the simple cases though.
LMK if you'd like to document this support or leave it until it's a bit more solid.