sbt, the interactive build tool
Go to file
eugene yokota ff48bbfe8a
Merge pull request #7440 from eed3si9n/wip/basic-upkeep
2023-11-27 09:00:58 -05:00
.github Run util test on all Scala 2 versions 2023-11-22 11:51:15 +01:00
buildfile/src Update to Scala 3.3.1 2023-11-25 15:50:50 -05:00
client
core-macros/src Introduce util-core to cross-compile util-logging 2023-11-14 11:43:12 +01:00
dependency-tree/src/main/scala/sbt/plugins
internal Fix deadlock in Terminal init 2023-11-22 15:51:28 +01:00
launch
launcher-package Split buildfile parsing to a subproject 2023-01-15 23:45:30 -05:00
licenses
main Update to lm 2.0.0-alpha13 for sjson-new 2023-11-25 21:01:04 -05:00
main-actions/src Fix FileInfo 2023-11-27 01:54:03 -05:00
main-command/src Refactor to build mainProj 2023-01-15 23:48:11 -05:00
main-settings/src Communicate narrowing by adding case 2023-11-25 20:50:34 -05:00
notes Merge branch '1.7.x' into fport/1.7.x 2022-08-10 21:53:50 -04:00
project Update to Zinc 2.0.0-alpha8 2023-11-26 21:35:52 -05:00
protocol/src/main Formatting 2023-03-11 17:02:07 -05:00
run Adjust to changes in develop branch 2023-01-16 00:23:05 -05:00
sbt-app/src Mark doc-dependent tests pending 2023-11-27 02:25:23 -05:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux Use launcher scripted tests 2023-01-15 23:50:27 -05:00
server-test/src Refactor to build mainProj 2023-01-15 23:48:11 -05:00
src/main/conscript
tasks Split buildfile parsing to a subproject 2023-01-15 23:45:30 -05:00
tasks-standard Refactor to build mainProj 2023-01-15 23:48:11 -05:00
testing Contraband 0.5.3 2023-01-15 23:42:03 -05:00
util-cache Fix FileInfo 2023-11-27 01:54:03 -05:00
util-collection Introduce util-core to cross-compile util-logging 2023-11-14 11:43:12 +01:00
util-tracking Port util-logging 2023-01-15 23:40:57 -05:00
vscode-sbt-scala
zinc-lm-integration/src Update to lm 2.0.0-alpha13 for sjson-new 2023-11-25 21:01:04 -05:00
.gitattributes Fix line endings in msi 2021-11-19 20:41:39 -05:00
.gitignore sbt 1.9.7 2023-11-25 01:06:00 -05:00
.java-version
.jvmopts Add .jvmopts 2023-11-25 01:06:30 -05:00
.mailmap
.sbtopts
.scalafmt.conf Update to Scalafmt 3.7.14 2023-11-25 01:08:17 -05:00
CONTRIBUTING.md
DEVELOPING.md Note on developing 2022-12-31 13:38:17 -05:00
LICENSE
NOTICE
PROFILING.md
README.md Update badges 2022-07-04 11:11:49 -04:00
SUPPORT.md
build.sbt Bump version number 2023-11-27 01:54:03 -05:00
reset.sh
sbt Merge branch '1.9.x' into wip/merge-1.9.x 2022-12-31 16:28:47 -05: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/librarymanagement hosts sbt.librarymanagement module that wraps Ivy.
  • 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.