You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It apparently simply uses the stock Scala compiler fetched from Maven. The ant build uses the compiler compiled from source to compile the JUnit tests (in ant test.junit).
This means that, when fixing an issue in the compiler, and using a JUnit test to test the fix, sbt test fails while ant test.junit succeeds.