Fix typo in README

This commit is contained in:
Alexandre Archambault 2016-02-21 20:22:49 +01:00
parent 989c52055b
commit 9548f28693
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ 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),
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try and fail if it cannot check for updates),
* non obfuscated cache (cache structure just mimicks the URL it caches),
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").

View File

@ -30,7 +30,7 @@ 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),
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try and fail if it cannot check for updates),
* non obfuscated cache (cache structure just mimicks the URL it caches),
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").