From 5ede5291ecad944e3f33f4ff21cb803c84138a6e Mon Sep 17 00:00:00 2001 From: ijuma Date: Fri, 27 May 2011 05:50:47 -0700 Subject: [PATCH] Mention faster and automatic `update` --- Migrating-from-SBT-0.7.x-to-0.9.x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Migrating-from-SBT-0.7.x-to-0.9.x.md b/Migrating-from-SBT-0.7.x-to-0.9.x.md index 33fef66..4c470b0 100644 --- a/Migrating-from-SBT-0.7.x-to-0.9.x.md +++ b/Migrating-from-SBT-0.7.x-to-0.9.x.md @@ -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