diff --git a/README.md b/README.md index df810d8e0..5563fd575 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories Compared to the default dependency resolution of SBT, it adds: * downloading of artifacts in parallel, * better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates), -* non obfuscated cache (cache structure just mimicks the URL it caches). +* non obfuscated cache (cache structure just mimicks the URL it caches), +* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available"). From the command-line, it also has: * a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories, diff --git a/doc/README.md b/doc/README.md index 9940af2f2..85160420b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories Compared to the default dependency resolution of SBT, it adds: * downloading of artifacts in parallel, * better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates), -* non obfuscated cache (cache structure just mimicks the URL it caches). +* non obfuscated cache (cache structure just mimicks the URL it caches), +* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available"). From the command-line, it also has: * a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories,