sbt, the interactive build tool
Go to file
eugene yokota 649f071247
Merge pull request #8271 from eed3si9n/wip/forked-test
[2.x] fix: Fixes forked test error handling on JDK 17
2025-09-08 00:17:58 -04:00
.github fix: Fixes forked test error handling on JDK 17 2025-09-07 04:44:05 -04:00
buildfile/src fix: Fixes set command 2025-08-28 23:47:07 -04:00
client
core-macros/src Use scala.transient to denote the empty cache level 2025-08-16 01:27:14 -04:00
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 fix: Change URL usage to URI 2025-08-10 18:32:04 -04:00
lm-ivy/src fix scaladoc 2025-09-04 20:17:50 +09:00
main delete internal/ProjectMatrixReference.scala 2025-09-07 18:19:57 +09: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 fix: Fixes removeN operator --= 2025-09-03 11:35:27 -04:00
notes
project remove typesafe ivy resolver 2025-08-31 08:16:44 +09:00
protocol/src/main
run
sbt-app/src fix: Fixes forked test error handling on JDK 17 2025-09-07 04:44:05 -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
util-cache delete unused "internal" package code 2025-09-06 19:41:12 +09:00
util-collection
util-tracking
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
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md update README 2025-09-06 19:08:43 +09:00
SUPPORT.md
build.sbt delete internal/ProjectMatrixReference.scala 2025-09-07 18:19:57 +09: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 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.