https://github.com/sbt/sbt
sbt, the interactive build tool
https://github.com/sbt/sbt
build-tool sbt scala zinc
Last synced: 4 days ago
JSON representation
sbt, the interactive build tool
- Host: GitHub
- URL: https://github.com/sbt/sbt
- Owner: sbt
- License: apache-2.0
- Created: 2009-08-17T00:31:14.000Z (over 16 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-07T05:04:22.000Z (10 days ago)
- Last Synced: 2026-04-07T07:49:23.286Z (10 days ago)
- Topics: build-tool, sbt, scala, zinc
- Language: Scala
- Homepage: https://scala-sbt.org
- Size: 50.8 MB
- Stars: 4,915
- Watchers: 154
- Forks: 1,022
- Open Issues: 465
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
- Notice: NOTICE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-starred - sbt - sbt, the interactive build tool (Scala)
- awesome-ccamel - sbt/sbt - sbt, the interactive build tool (Scala)
- awesome-java - SBT
- fucking-awesome-scala - **sbt** - activity/y/sbt/sbt) (Table of Contents / Tools)
- awesome-scala - **sbt** - activity/y/sbt/sbt) (Table of Contents / Tools)
README
[](https://github.com/sbt/sbt/actions/workflows/ci.yml)
[](https://index.scala-lang.org/sbt/sbt)
[](https://discord.com/channels/632150470000902164/922600050989875282)
[sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven
[CONTRIBUTING]: CONTRIBUTING.md
[contributing-docs]: contributing-docs/README.md
[Setup]: https://www.scala-sbt.org/release/docs/Getting-Started/Setup
[FAQ]: https://www.scala-sbt.org/release/docs/Faq.html
[sbt-dev]: https://groups.google.com/d/forum/sbt-dev
[searching]: https://stackoverflow.com/tags/sbt
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
[LICENSE]: LICENSE
[sbt/io]: https://github.com/sbt/io
[sbt/zinc]: https://github.com/sbt/zinc
[sbt/sbt]: https://github.com/sbt/sbt
sbt
===
sbt is a build tool for Scala, Java, and more.
For general documentation, see https://www.scala-sbt.org/.
sbt 2.x
---------
This is the 2.x series of sbt. The source code of sbt is split across
several GitHub repositories, including this one.
- [sbt/io][sbt/io] hosts `sbt.io` module.
- [sbt/zinc][sbt/zinc] hosts Zinc, an incremental compiler for Scala.
- [sbt/sbt][sbt/sbt], this repository hosts modules that implement the build tool.
### Other links
* [Setup]: Describes getting started with the latest binary release.
* [FAQ]: Explains how to get help and more.
* [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 or a pull request.
If you're looking for an idea for a contribution, issues labeled with
[good first issue](https://github.com/sbt/sbt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or
[help wanted](https://github.com/sbt/sbt/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) might be good starting points.
If you would like to ask questions about sbt, there's [sbt channel on Scala Discord](https://discord.com/invite/scala),
but it would be good to gather questions on [Stackoverflow](https://stackoverflow.com/questions/tagged/sbt).
license
-------
See [LICENSE].