1.1.0-RC4
Bug fixes
- Fixes
ClasspathFilter
that was causingClass.forName
to not work inrun
. #473 / sbt/sbt#3736 / sbt/sbt#3733 / sbt/sbt#3647 / sbt/sbt#3608 by @ravwojdyla - Fixes over-compilation bug with Java 9. #450 by @retronym
- Fixes handling of deeply nested Java classes. #423 by @romanowski
- Fixes JavaDoc not printing all errors. #415 by @raboof
- Preserves JAR order in
ScalaInstance.otherJars
. #411 by @dwijnand - Fixes used name when it contains NL. sbt/sbt#3666 by @jilen
- Fixes Java compilation causing
NullPointerException
by makingPositionImpl
thread-safe. #465 by @eed3si9n - Restores Scala 2.13.0-M1 support. #461 by @dwijnand