sbt, the interactive build tool
Go to file
Dale Wijnand 50cc045a70 Merge pull request #3189 from eed3si9n/wip/more-case-class
[sbt 1.0] migrate ForkOptions to Contraband
2017-05-12 11:12:48 +01:00
launch
licenses
main migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
main-actions/src Bump util to X11 and rename `SbtExclusionRule` 2017-05-03 12:42:16 +02:00
main-command/src/main Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
main-settings/src Rename Global as scope component to Zero 2017-05-08 11:41:48 -04:00
notes Add a few more migration notes to 1.0.0 notes 2017-05-08 15:18:36 +01:00
project migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
protocol/src/main Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
run migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
sbt/src migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
scripted Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
src/main/conscript
tasks Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
tasks-standard Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
testing Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
.gitattributes
.gitignore
.java-version
.scalafmt.conf
.travis.yml Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
NOTICE
PULL_REQUEST_TEMPLATE.md
README.md
build.sbt migrate ForkOptions to Contraband 2017-05-12 05:22:08 -04:00
reset.sh
sbt-allsources.sh
server.md

README.md

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see http://www.scala-sbt.org/.

sbt 1.0.x

This is the 1.0.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/util hosts a collection of internally used modules.
  • 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 and sbt-dev.

license

See LICENSE.