mirror of https://github.com/sbt/sbt.git
|
CI / test (temurin, 11, 10, ubuntu-latest) (push) Waiting to run
Details
CI / test (temurin, 11, 10, windows-latest) (push) Waiting to run
Details
CI / test (temurin, 11, 11, ubuntu-latest) (push) Waiting to run
Details
CI / test (temurin, 21, 1, ubuntu-22.04) (push) Waiting to run
Details
CI / test (zulu, 25, 3, ubuntu-latest) (push) Waiting to run
Details
CI / test (zulu, 25, 4, ubuntu-latest) (push) Waiting to run
Details
CI / test (zulu, 25, 5, ubuntu-latest) (push) Waiting to run
Details
CI / test (zulu, 25, 7, ubuntu-latest) (push) Waiting to run
Details
CI / test (zulu, 8, 2, ubuntu-latest) (push) Waiting to run
Details
Client Test / test (temurin, 17, macos-latest) (push) Waiting to run
Details
Client Test / test (zulu, 8, ubuntu-latest) (push) Waiting to run
Details
Client Test / test (zulu, 8, windows-latest) (push) Waiting to run
Details
Submit Dependency Graph / Submit Dependency Graph (push) Waiting to run
Details
Server Test / test (push) Waiting to run
Details
Changed the scope separator parsing from `/` only to `[/:]` to handle both new slash syntax (`Test/runMain`) and old colon syntax (`test:runMain`). |
||
|---|---|---|
| .github | ||
| buildfile/src | ||
| client | ||
| contributing-docs | ||
| core-macros/src | ||
| internal | ||
| launch | ||
| launcher-package | ||
| licenses | ||
| lm-core | ||
| lm-coursier | ||
| lm-ivy/src | ||
| main | ||
| main-actions/src | ||
| main-command/src | ||
| main-settings/src | ||
| notes | ||
| project | ||
| protocol/src | ||
| run | ||
| sbt-app/src | ||
| sbt-remote-cache/src/main/scala/sbt | ||
| scripted-sbt | ||
| scripts | ||
| server-test/src | ||
| src | ||
| tasks | ||
| tasks-standard | ||
| testing | ||
| util-cache | ||
| util-collection | ||
| util-tracking | ||
| worker/src | ||
| zinc-lm-integration/src | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .jvmopts | ||
| .mailmap | ||
| .sbtopts | ||
| .scala-steward.conf | ||
| .scalafmt.conf | ||
| AGENTS.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| NOTICE | ||
| PROFILING.md | ||
| README.md | ||
| SUPPORT.md | ||
| build.sbt | ||
| reset.sh | ||
| sbt | ||
| sbt-allsources.sh | ||
| sbt.sh | ||
| server.md | ||
README.md
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 hosts
sbt.iomodule. - sbt/zinc hosts Zinc, an incremental compiler for Scala.
- 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, and Contributor's guide before opening a pull request.
If you're looking for an idea for a contribution, issues labeled with good first issue or help wanted might be good starting points.
If you would like to ask questions about sbt, there's sbt channel on Scala Discord, but it would be good to gather questions on Stackoverflow.
license
See LICENSE.