Lightbend Tooling team is happy to announce sbt 0.13.17. sbt 0.13.17 is a maintenance release from 0.13 branch.
Here are the additions since sbt 0.13.16:
- Updates Scala version to 2.10.7 for Java 9 support. #3848 by @eed3si9n
- Backports logging and
clean
concurrency fix. #2156/#3834 by @dwijnand - Fixes over-compilation on Java 9
scala.ext.dir
. #3142/#3701 by @retronym - Fixes
addSbtPlugin
to 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 - Fixes the source code to be
doc
friendly. #3401 by @dwijnand
This release is intended to be binary and source compatible with 0.13.x. It is possible to use the existing 0.13.x or 1.x launcher with this release by settings project/build.properties as follows:
sbt.version=0.13.17
Special thanks to the contributors for making this release a success.