From 7f0b322368665e2c867d8b5a2d91cbad7429841b Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 17 Jan 2016 16:30:56 +0100 Subject: [PATCH] Add point about no global lock in README --- README.md | 3 ++- doc/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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,