Mention faster and automatic `update`

ijuma 2011-05-27 05:50:47 -07:00
parent 2b980e46f6
commit 5ede5291ec
1 changed files with 1 additions and 0 deletions

@ -11,6 +11,7 @@ The assumption here is that you are familiar with SBT 0.7.x but new to 0.9.x.
1. Faster builds (because it is smarter at re-compiling only what it must)
1. Easier configuration. For simple projects a single `build.sbt` file in your root directory is easier to create than `project/build/MyProject.scala` was.
1. No more `lib_managed` directory, reducing disk usage and avoiding backup and version control hassles.
1. `update` is now much faster and it's invoked automatically by SBT.
# Step 1: Install SBT 0.9.x