sbt/README.md

53 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2022-07-04 17:11:49 +02:00
[![CI](https://github.com/sbt/sbt/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt/actions/workflows/ci.yml)
[![Latest version](https://img.shields.io/github/tag/sbt/sbt.svg)](https://index.scala-lang.org/sbt/sbt)
2022-07-04 17:11:49 +02:00
[![Discord](https://img.shields.io/discord/632150470000902164?label=Discord%20%23sbt)](https://discord.com/channels/632150470000902164/922600050989875282)
2017-06-02 20:09:48 +02:00
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
2019-09-05 20:11:13 +02:00
[Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup
[FAQ]: https://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
2019-09-05 20:11:06 +02:00
[searching]: https://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/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
2019-09-05 20:11:13 +02:00
For general documentation, see https://www.scala-sbt.org/.
2014-04-14 18:13:39 +02:00
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
2019-06-06 06:17:42 +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/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.
2016-05-08 20:49:43 +02:00
### Other links
* [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.
The short version: try [searching] or [asking] on StackOverflow.
2014-04-14 18:13:39 +02:00
license
-------
See [LICENSE].