Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 15 years ago)
- Default Branch: 1.10.x
- Last Pushed: 2024-10-29T09:14:55.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:05:03.429Z (about 1 month ago)
- Topics: build-tool, sbt, scala, zinc
- Language: Scala
- Homepage: https://scala-sbt.org
- Size: 46.7 MB
- Stars: 4,809
- Watchers: 169
- Forks: 939
- Open Issues: 822
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-ccamel - sbt/sbt - sbt, the interactive build tool (Scala)
- awesome-starred - sbt - sbt, the interactive build tool (Scala)
README
[![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/librarymanagement]: https://github.com/sbt/librarymanagement
[sbt/zinc]: https://github.com/sbt/zinc
[sbt/sbt]: https://github.com/sbt/sbtsbt
===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/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.### 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 versionsIssues and Pull Requests
------------------------Please read [CONTRIBUTING] carefully before opening a GitHub Issue.
The short version: try [searching] or [asking] on StackOverflow.
license
-------See [LICENSE].