[![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) [![Discord](https://img.shields.io/discord/632150470000902164?label=Discord%20%23sbt)](https://discord.com/channels/632150470000902164/922600050989875282) [sbt/sbt-zero-seven]: https://github.com/sbt/sbt-zero-seven [CONTRIBUTING]: CONTRIBUTING.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 1.x --------- This is the 1.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 implements 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. The short version: try [searching] or [asking] on StackOverflow. license ------- See [LICENSE].