sbt, the interactive build tool
Go to file
Eugene Yokota c11259ee2f Epoch directory src/main/{scala-2, scala-3}
Fixes https://github.com/sbt/sbt/issues/5895
2020-10-03 22:52:06 -04:00
.github/ISSUE_TEMPLATE
client
core-macros/src/main/scala/sbt/internal/util/appmacro
dependency-tree/src/main/scala/sbt/plugins Split to MiniDependencyTreePlugin 2020-09-22 21:21:01 -04:00
internal Merge pull request #5909 from eatkins/lazy-console-reader 2020-10-01 05:34:51 -04:00
launch
licenses
main Epoch directory src/main/{scala-2, scala-3} 2020-10-03 22:52:06 -04:00
main-actions/src
main-command/src Send exit in network client before shutdown 2020-09-28 07:28:24 -07:00
main-settings/src
notes
project lm-coursier-shaded 2.0.0 2020-10-02 23:07:27 -04:00
protocol/src/main Fix switching between raw and canonical input 2020-09-21 13:42:03 -07:00
run
sbt/src Epoch directory src/main/{scala-2, scala-3} 2020-10-03 22:52:06 -04:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux
server-test/src Restore string cancellation test 2020-09-28 07:28:24 -07:00
src/main/conscript
tasks Don't throw on closed completion service 2020-09-28 07:03:27 -07:00
tasks-standard
testing Fix #5801: Remove duplicate TaskDefs in test agent 2020-08-26 17:19:35 +02:00
util-cache
util-tracking
vscode-sbt-scala
zinc-lm-integration/src
.appveyor.yml
.gitattributes
.gitignore
.java-version
.mailmap
.scalafmt.conf
.travis.yml Remove SNAPSHOTS from sbt boot directory 2020-09-28 07:28:24 -07:00
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt Don't fork server tests 2020-09-28 07:28:24 -07:00
reset.sh
sbt-allsources.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.