sbt, the interactive build tool
Go to file
Eugene Yokota ff6ea5570b fix: Fix Central Portal status checking
**Problem**
It's supposed to be POST but I'm usin g GET, which results in 500.
2025-05-18 12:51:06 -04:00
.github fix: Fix sbt --client on Windows 2025-03-16 23:57:47 -04:00
client
core-macros/src/main/scala/sbt/internal/util/appmacro
dependency-tree/src/main/scala/sbt/plugins
internal
launch
launcher-package fix: Avoid printing to stdout 2025-03-25 01:34:53 -04:00
licenses
main sonaBundle shouldn't aggregate 2025-05-15 22:33:43 -04:00
main-actions/src fix: Fix Central Portal status checking 2025-05-18 12:51:06 -04:00
main-command/src Shortcut sbtn shutdown 2025-03-05 02:27:46 -05:00
main-settings/src
notes
project lm 1.11.0-M1 2025-05-17 15:10:45 -04:00
protocol/src/main
run
sbt-app/src Reproduce testQuick + object deps bug [merge-skip] 2025-03-31 21:47:02 -04:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux
server-test/src
src/main/conscript
tasks
tasks-standard
testing
util-cache
util-tracking
zinc-lm-integration/src
.gitattributes
.gitignore
.mailmap
.sbtopts
.scalafmt.conf
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt fix: Fix Central Portal status checking 2025-05-18 12:51:06 -04:00
reset.sh
sbt sbt 1.11.0-RC1 2025-05-17 16:07:20 -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/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.