mirror of https://github.com/sbt/sbt.git
The problem with pickled existential flag has been fixed upstream in Scala 2.10 (the one sbt is using right now) so let's mark this test as passing. Note, that the fix went into Scala 2.9.3 so it's passing with that version of Scala as well. Closes #616. We don't need to work-around this on sbt side because sbt already upgraded to Scala 2.10 where this is fixed. Closes #623. Since sbt switched to Scala 2.10 we don't need a specific version of Scala for this test. |
||
|---|---|---|
| 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