sbt, the interactive build tool
Go to file
Mark Harrah 8d0c1408c0 Allow -cp argument to 'apply' command to be quoted. Fixes #724. 2013-04-12 12:47:45 -04:00
cache
compile drop canonicalization of files on classpath and other cleanup. Fixes #723. 2013-04-09 20:13:06 -04:00
interface
ivy Better auto-generated IDs for default projects. Fixes #554. 2013-04-10 20:15:28 -04:00
launch work around URI problems with encoding and resolving. Fixes #725 2013-04-12 12:47:44 -04:00
licenses
main Allow -cp argument to 'apply' command to be quoted. Fixes #724. 2013-04-12 12:47:45 -04:00
project
run
sbt Allow -cp argument to 'apply' command to be quoted. Fixes #724. 2013-04-12 12:47:45 -04:00
scripted drop canonicalization of files on classpath and other cleanup. Fixes #723. 2013-04-09 20:13:06 -04:00
src
tasks
testing
util work around URI problems with encoding and resolving. Fixes #725 2013-04-12 12:47:44 -04:00
.gitignore
CONTRIBUTING.md
LICENSE
NOTICE
README.md
api.specification
scripted.specification

README.md

sbt 0.13

This is the 0.13.x series of sbt.

  • Setup: Describes getting started with the latest binary release.
  • See CONTRIBUTING for how to build from source, open an issue, fix or add documentation, or submit a pull request.
  • FAQ: Explains how to get help, how to migrate from 0.7.7, and more.
  • There is a video of a demo given at Scala Days 2011 based on sbt 0.10.0 that gives an introduction to the configuration system in sbt 0.10.0 and later. See the documentation for current information.
  • Google Code: hosts sbt 0.7.7 and earlier versions