sbt, the interactive build tool
Go to file
eugene yokota 983a564ed0
Merge pull request #8247 from eed3si9n/wip/export-jars-false
[2.x] fix: Fixes exportJars handling for test
2025-08-28 00:09:40 -04:00
.github update dependabot.yml setting 2025-08-27 19:14:10 +09:00
buildfile/src Support annotated definitions in build.sbt 2025-08-11 10:33:22 +02:00
client
core-macros/src Use scala.transient to denote the empty cache level 2025-08-16 01:27:14 -04:00
internal Worker 2025-06-30 02:44:36 -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 fix: Change URL usage to URI 2025-08-10 18:32:04 -04:00
lm-ivy/src sjson-new 0.14.0-M4 2025-08-15 22:12:06 -04:00
main fix: Fixes exportJars false support 2025-08-26 01:10:27 -04:00
main-actions/src Update test 2025-08-09 13:58:35 -04:00
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 Use scala.transient to denote the empty cache level 2025-08-16 01:27:14 -04:00
notes
project fix: Fixes exportJars handling for test 2025-08-27 23:28:37 -04:00
protocol/src/main Remove IntegrationTest 2025-08-03 19:50:33 -04:00
run Reimplement test agent as a worker command 2025-07-04 01:28:56 -04:00
sbt-app/src fix: Fixes exportJars handling for test 2025-08-27 23:28:37 -04:00
sbt-remote-cache/src/main/scala/sbt
scripted-sbt
scripts
server-test/src Comment out reload test 2025-08-16 14:53:05 -04:00
src/main/conscript
tasks
tasks-standard
testing refactor: Change the test type 2025-08-02 18:12:20 -04:00
util-cache fix: Workaround syncFile issue 2025-08-21 08:13:49 +02:00
util-collection Remove unused code 2025-08-03 16:03:00 -04:00
util-tracking
worker/src Reimplement test agent as a worker command 2025-07-04 01:28:56 -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
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt Improve sbtn a bit 2025-08-24 03:58:13 -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.