Go to file
eugene yokota 9e37391937
Merge pull request #4516 from cunei/bumpScala12x
Bump the 2.12 version to 2.12.8 in 1.2.x
2019-01-17 10:35:48 -05:00
core-macros/src/main/scala/sbt/internal/util/appmacro use SAM type 2018-07-09 13:06:34 +09:00
internal Fix bimcompat breakages in complete 2018-07-15 22:28:55 -04:00
launch
licenses
main Bump the 2.12 version to 2.12.8 in 1.2.x 2019-01-16 22:26:22 +01:00
main-actions/src use SAM type 2018-07-09 13:06:34 +09:00
main-command/src/main Merge branch '1.x' into help-sbt-new 2018-06-27 22:15:02 -04:00
main-settings/src Use linesIterator for JDK 11 compat 2018-09-28 03:03:28 -04:00
notes Merge branch '1.x' into help-sbt-new 2018-06-27 22:15:02 -04:00
project More bumping up the 2.12 version to 2.12.8 in 1.2.x 2019-01-17 11:21:52 +01:00
protocol/src/main
run
sbt/src Fix '~' for dependent projects with a broken parent 2018-11-11 09:36:46 -08:00
scripted-plugin/src/main/scala/sbt create scripted-sbt-redux 2018-07-10 03:13:47 -04:00
scripted-sbt-old/src/main/scala/sbt/test create scripted-sbt-redux 2018-07-10 03:13:47 -04:00
scripted-sbt-redux implement TestConsoleLogger 2018-11-30 13:06:29 -05:00
src/main/conscript 1.2.0 2018-07-30 00:56:36 -04:00
tasks
tasks-standard
testing Formatting 2018-10-05 02:25:21 -04:00
vscode-sbt-scala Bump modules to address security vulnerability 2018-08-16 15:54:40 -04:00
.appveyor.yml
.gitattributes
.gitignore
.java-version
.sbtopts
.scalafmt.conf
.travis.yml define whitesourceOnPush 2019-01-02 14:14:18 -05:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
NOTICE
PROFILING.md fix typo 2018-07-08 22:18:57 +09:00
PULL_REQUEST_TEMPLATE.md
README.md
SUPPORT.md
build.sbt define whitesourceOnPush 2019-01-02 14:14:18 -05:00
reset.sh
sbt-allsources.sh
server.md

README.md

Gitter Chat

sbt

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

For general documentation, see http://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/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.

license

See LICENSE.