mirror of https://github.com/sbt/sbt.git
Mention faster and automatic `update`
parent
2b980e46f6
commit
5ede5291ec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue