mirror of https://github.com/sbt/sbt.git
When the `source-dependencies/inherited-dependencies` test fails we get a dump of a big collection of all dependencies with absolute file paths printed. This is not very readable when one needs to understand the actual difference. I decided to test dependencies of each source file separately. This way when assertion exception is thrown we get a stack trace that points us at the line which tested dependencies of a specific source file. Also, all files are relative to baseDirectory of the project. |
||
|---|---|---|
| cache | ||
| compile | ||
| interface | ||
| ivy | ||
| launch | ||
| licenses | ||
| main | ||
| project | ||
| run | ||
| sbt | ||
| scripted | ||
| src | ||
| tasks | ||
| testing | ||
| util | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| api.specification | ||
| scripted.specification | ||
README.md
sbt 0.13
This is the 0.13.x series of sbt.
- Setup: Describes getting started with the latest binary release.
- See CONTRIBUTING for how to build from source, open an issue, fix or add documentation, or submit a pull request.
- FAQ: Explains how to get help and more.
- Google Code: hosts sbt 0.7.7 and earlier versions