mirror of https://github.com/sbt/sbt.git
547 B
547 B
This is a maintenance release adding support for sbt 0.13.8.
All changes:
- #67: Added support for sbt 0.13.8. Thanks @eed3si9n for the fix.
- #37: Don't fail with StringIndexOutOfBoundsException for deep trees.
- #44: Only match scala lib by org/name. Thanks @2beaucoup for the fix.