sbt, the interactive build tool
Go to file
xuwei-k d1a1dd9edd remove unused code 2025-10-04 19:16:22 +09:00
.github Support JDK 25 JEP-512/JEP-445 Main run 2025-09-28 01:51:24 -04:00
buildfile/src remove unused code 2025-10-04 19:16:22 +09:00
client
core-macros/src Use scala.transient to denote the empty cache level 2025-08-16 01:27:14 -04:00
internal remove unused code 2025-10-04 19:16:22 +09:00
launch
launcher-package Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-17 23:35:59 -04:00
licenses
lm-core Apply Contraband 2025-09-28 21:28:21 -04:00
lm-coursier fix: Change URL usage to URI 2025-08-10 18:32:04 -04:00
lm-ivy/src Update to Contraband 0.8.0 2025-09-19 00:46:34 -04:00
main remove unused code 2025-10-04 19:16:22 +09:00
main-actions/src Apply Contraband 2025-09-28 21:28:21 -04:00
main-command/src Apply Contraband 2025-09-28 21:28:21 -04:00
main-settings/src remove some `format: off` comments 2025-09-24 18:49:30 +09:00
notes Spelling (#8028) 2025-02-04 01:11:28 -05:00
project update sbt-native-image 2025-09-29 19:17:40 +09:00
protocol/src/main Update to Contraband 0.8.0 2025-09-19 00:46:34 -04:00
run Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-28 23:08:36 -04:00
sbt-app/src Adjust tests 2025-09-29 00:31:24 -04:00
sbt-remote-cache/src/main/scala/sbt remove unnecessary `case` 2025-02-22 08:48:29 +09:00
scripted-sbt remove unnecessary `case` 2025-02-22 08:48:29 +09:00
scripts
server-test/src Scala 3.7.3 2025-09-09 12:31:28 +09:00
src/main/conscript
tasks remove unnecessary `case` 2025-02-22 08:48:29 +09:00
tasks-standard Remove deprecated methods 2025-05-11 05:23:41 -04:00
testing Apply Contraband 2025-09-28 21:28:21 -04:00
util-cache Update to Contraband 0.8.0 2025-09-19 00:46:34 -04:00
util-collection remove unused code 2025-10-04 19:16:22 +09:00
util-tracking Remove deprecated methods 2025-05-11 05:23:41 -04:00
worker/src fix: Fixes forked test error handling on JDK 17 2025-09-07 04:44:05 -04:00
zinc-lm-integration/src refactor: Hide Ivy-related classes 2025-08-09 01:52:45 -04:00
.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 update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
CONTRIBUTING.md
DEVELOPING.md Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-17 23:35:59 -04:00
LICENSE
NOTICE
PROFILING.md Spelling (#8028) 2025-02-04 01:11:28 -05:00
README.md update README 2025-09-06 19:08:43 +09:00
SUPPORT.md
build.sbt update mima settings 2025-09-29 17:31:05 +09:00
reset.sh
sbt Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-17 23:35:59 -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 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.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.