sbt, the interactive build tool
Go to file
eugene yokota b22cbdf496
Merge pull request #8236 from eed3si9n/wip/bump-sbtn
[1.x] sbtn 1.11.5
2025-08-24 06:04:14 -04:00
.github Split client test 2025-08-24 02:04:34 -04:00
client Bye jansi 2024-11-07 18:46:04 -08:00
core-macros/src/main/scala/sbt/internal/util/appmacro
dependency-tree/src/main/scala/sbt/plugins
internal fix: Use JDK path, not JRE path 2025-03-03 02:31:44 -05:00
launch
launcher-package sbtn 1.11.5 2025-08-24 05:50:16 -04:00
licenses
main Merge pull request #8219 from jeanmarc/1.11.x 2025-08-23 16:48:42 -04:00
main-actions/src [sonatype publishing] print deployment validation errors if present 2025-08-04 15:03:53 +02:00
main-command/src Improve sbtn a bit 2025-08-24 03:58:13 -04:00
main-settings/src
notes
project Bump lm 2025-08-23 18:14:10 -04:00
protocol/src/main fix: Use JDK path, not JRE path 2025-03-03 02:31:44 -05:00
run Implement client-side run 2025-03-02 20:45:04 -05:00
sbt-app/src fix: Default sbtPluginPublishLegacyMavenStyle to false 2025-06-01 22:43:43 -04:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux
server-test/src Revert run switching on 1.x 2025-03-03 04:59:36 -05:00
src/main/conscript
tasks
tasks-standard
testing
util-cache
util-tracking
zinc-lm-integration/src
.gitattributes
.gitignore Bump lm 2025-08-23 18:14:10 -04:00
.mailmap
.sbtopts
.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 sbtn 1.11.5 2025-08-24 05:50:16 -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.