2019-04-19 14:53:17 +02:00
|
|
|
[](https://travis-ci.org/sbt/sbt)
|
|
|
|
|
[](https://index.scala-lang.org/sbt/sbt)
|
2017-06-02 20:09:48 +02:00
|
|
|
[](https://gitter.im/sbt/sbt)
|
|
|
|
|
|
2016-05-08 20:49:43 +02:00
|
|
|
[sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven
|
2014-04-14 18:13:39 +02:00
|
|
|
[CONTRIBUTING]: CONTRIBUTING.md
|
|
|
|
|
[Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup
|
2015-02-20 21:25:36 +01:00
|
|
|
[FAQ]: http://www.scala-sbt.org/release/docs/Faq.html
|
2014-08-31 17:51:58 +02:00
|
|
|
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
|
2016-03-11 03:26:00 +01:00
|
|
|
[searching]: http://stackoverflow.com/tags/sbt
|
|
|
|
|
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
|
2014-04-14 18:13:39 +02:00
|
|
|
[LICENSE]: LICENSE
|
2016-05-08 20:49:43 +02:00
|
|
|
[sbt/io]: https://github.com/sbt/io
|
|
|
|
|
[sbt/util]: https://github.com/sbt/util
|
|
|
|
|
[sbt/librarymanagement]: https://github.com/sbt/librarymanagement
|
|
|
|
|
[sbt/zinc]: https://github.com/sbt/zinc
|
|
|
|
|
[sbt/sbt]: https://github.com/sbt/sbt
|
2011-03-24 01:31:47 +01:00
|
|
|
|
2014-04-14 18:13:39 +02:00
|
|
|
sbt
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
sbt is a build tool for Scala, Java, and more.
|
2015-05-27 08:33:26 +02:00
|
|
|
|
2014-04-14 18:13:39 +02:00
|
|
|
For general documentation, see http://www.scala-sbt.org/.
|
|
|
|
|
|
2018-02-13 02:00:50 +01:00
|
|
|
sbt 1.x
|
2016-05-08 20:49:43 +02:00
|
|
|
---------
|
2015-05-27 08:33:26 +02:00
|
|
|
|
2018-02-13 02:00:50 +01:00
|
|
|
This is the 1.x series of sbt. The source code of sbt is split across
|
2016-05-08 20:49:43 +02:00
|
|
|
several Github repositories, including this one.
|
2014-04-14 18:13:39 +02:00
|
|
|
|
2016-05-08 20:49:43 +02:00
|
|
|
- [sbt/io][sbt/io] hosts `sbt.io` module.
|
|
|
|
|
- [sbt/util][sbt/util] hosts a collection of internally used modules.
|
|
|
|
|
- [sbt/librarymanagement][sbt/librarymanagement] hosts `sbt.librarymanagement` module that wraps Ivy.
|
|
|
|
|
- [sbt/zinc][sbt/zinc] hosts Zinc, an incremental compiler for Scala.
|
|
|
|
|
- [sbt/sbt][sbt/sbt], this repository hosts modules that implements the build tool.
|
2011-05-12 15:26:15 +02:00
|
|
|
|
2016-05-08 20:49:43 +02:00
|
|
|
### Other links
|
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.
|
2013-06-29 01:05:22 +02:00
|
|
|
* [FAQ]: Explains how to get help and more.
|
2016-05-08 20:49:43 +02:00
|
|
|
* [sbt/sbt-zero-seven]: hosts sbt 0.7.7 and earlier versions
|
|
|
|
|
|
|
|
|
|
Issues and Pull Requests
|
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
|
|
Please read [CONTRIBUTING] carefully before opening a GitHub Issue.
|
|
|
|
|
|
2017-06-02 19:22:52 +02:00
|
|
|
The short version: try [searching] or [asking] on StackOverflow.
|
2014-04-14 18:13:39 +02:00
|
|
|
|
|
|
|
|
license
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
See [LICENSE].
|