2011-06-03 00:35:25 +02:00
[Google Code]: http://code.google.com/p/simple-build-tool
2011-09-25 01:13:04 +02:00
[Scala Days 2011]: http://days2011.scala-lang.org/node/138/285
2013-01-07 16:01:58 +01:00
[CONTRIBUTING]: https://github.com/sbt/sbt/blob/0.13/CONTRIBUTING.md
2012-10-10 14:14:16 +02:00
[documentation]: http://www.scala-sbt.org/release/docs/
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
2011-05-12 15:26:15 +02:00
[video of a demo]: http://vimeo.com/20263617
2012-10-10 14:14:16 +02:00
[FAQ]: http://www.scala-sbt.org/release/docs/faq
2011-03-24 01:31:47 +01:00
2012-05-11 00:47:34 +02:00
# sbt 0.13
2011-05-12 15:26:15 +02:00
2012-05-11 00:47:34 +02:00
This is the 0.13.x series of sbt.
2011-05-12 15:26:15 +02:00
2013-01-07 15:55:21 +01:00
* [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, how to migrate from 0.7.7, and more.
2012-02-06 21:27:30 +01:00
* There is a [video of a demo] given at [Scala Days 2011] based on sbt 0.10.0 that gives an introduction to the configuration system in sbt 0.10.0 and later. See the [documentation] for current information.
2013-01-07 15:55:21 +01:00
* [Google Code]: hosts sbt 0.7.7 and earlier versions