sbt, the interactive build tool
Go to file
Eugene Yokota a8ce3a8cf6 test: Port remove test 2025-09-03 04:27:09 -04:00
.github update dependabot.yml setting 2025-08-27 19:14:10 +09:00
buildfile/src fix: Fixes set command 2025-08-28 23:47:07 -04:00
client
core-macros/src
internal Remove log4j 2025-08-30 20:29:44 -04:00
launch
launcher-package Merge branch '1.11.x' into wip/merge-1.11.x 2025-08-25 02:29:12 -04:00
licenses
lm-core add scala nightly repository resolver 2025-08-25 02:31:51 -04:00
lm-coursier
lm-ivy/src
main Remove log4j 2025-08-30 20:29:44 -04:00
main-actions/src
main-command/src Merge branch '1.11.x' into wip/merge-1.11.x 2025-08-25 02:29:12 -04:00
main-settings/src
notes
project remove typesafe ivy resolver 2025-08-31 08:16:44 +09:00
protocol/src/main
run
sbt-app/src test: Port remove test 2025-09-03 04:27:09 -04:00
sbt-remote-cache/src/main/scala/sbt
scripted-sbt
scripts
server-test/src
src/main/conscript
tasks
tasks-standard
testing
util-cache fix: Workaround syncFile issue 2025-08-21 08:13:49 +02:00
util-collection
util-tracking
worker/src
zinc-lm-integration/src
.git-blame-ignore-revs
.gitattributes
.gitignore Merge branch '1.11.x' into wip/merge-1.11.x 2025-08-25 02:29:12 -04:00
.gitmodules
.jvmopts
.mailmap
.sbtopts
.scala-steward.conf
.scalafmt.conf
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt Merge pull request #8253 from eed3si9n/wip/log4j 2025-08-30 23:50:12 -04:00
reset.sh
sbt Merge branch '1.11.x' into wip/merge-1.11.x 2025-08-25 02:29:12 -04:00
sbt-allsources.sh
sbt.sh
server.md

README.md

CI Latest version Discord

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 hosts sbt.io module.
  • sbt/zinc hosts Zinc, an incremental compiler for Scala.
  • sbt/sbt, this repository hosts modules that implements the build tool.
  • 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.