sbt, the interactive build tool
Go to file
eugene yokota 6afc6b53be
Merge pull request #6919 from eed3si9n/wip/lm
[1.7.x] lm 1.7.0-M1
2022-06-13 01:25:32 -04:00
.github
client
core-macros/src/main/scala/sbt/internal/util/appmacro
dependency-tree/src/main/scala/sbt/plugins
internal feat: update Problem to account for related information and code 2022-04-12 11:13:19 +02:00
launch
launcher-package
licenses
main lm 1.7.0-M1 2022-06-13 00:52:32 -04:00
main-actions/src Fix #6738: register all forked process 2021-12-06 09:12:38 +01:00
main-command/src Use XDG_RUNTIME_DIR environment variable to choose the path used for the creation of sockets (#6887) 2022-05-28 23:38:56 -04:00
main-settings/src
notes
project lm 1.7.0-M1 2022-06-13 00:52:32 -04:00
protocol/src/main bsp: add JVM test/run env capabilities to BSP 2022-04-16 13:46:12 +02:00
run Fix #6738: register all forked process 2021-12-06 09:12:38 +01:00
sbt-app/src Restore watchOnTermination 2022-04-17 18:31:54 -04:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux
server-test/src tests: run&test environment requests 2022-04-12 20:09:39 +02:00
src/main/conscript
tasks
tasks-standard
testing tests: add test case for framework field in scala test classes request 2022-03-10 19:56:49 +01:00
util-cache
util-tracking
vscode-sbt-scala
zinc-lm-integration/src
.appveyor.yml
.gitattributes
.gitignore
.java-version
.mailmap
.sbtopts
.scalafmt.conf
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt lm 1.7.0-M1 2022-06-13 00:52:32 -04:00
reset.sh
sbt sbt 1.6.2 2022-01-31 23:25:20 -05:00
sbt-allsources.sh
sbt.sh
server.md

README.md

Build Status Latest version Gitter Chat

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.