mirror of https://github.com/sbt/sbt.git
1.6 KiB
1.6 KiB
Improvements
Bug fixes
- Backports logging and
cleanconcurrency fix. #2156/#3834 by @dwijnand - Fixes over-compilation on Java 9
scala.ext.dir. #3142/#3701 by @retronym - Fixes
addSbtPluginto use the correct version of sbt. #3393/#3397 by @dwijnand - Changes the tuple enrichment deprecation warning messages. #3455 by @olafurpg
- Fixes
addCompilerPlugin(...)so it can consume compiler plugins published to Ivy repository using sbt 1.x. #3784/#3855 by @eed3si9n