mirror of https://github.com/sbt/sbt.git
Merge pull request #234 from joriscode/master
Fix single typo in README.md
This commit is contained in:
commit
5b2f74c4eb
|
|
@ -582,7 +582,7 @@ Check that the necessary repositories ("resolvers" in SBT parlance) are added to
|
|||
the sub-projects that need them.
|
||||
|
||||
By default in SBT, all the caches of the various repositories
|
||||
are blended together. Which means that if the required repoitories are added at just one place,
|
||||
are blended together. Which means that if the required repositories are added at just one place,
|
||||
some dependencies may be put in cache from there, then become accessible from other places via
|
||||
the cache, even though the required repositories were not added to them.
|
||||
Coursier, on the other hand, keeps the caches of the various repositories separate, so that
|
||||
|
|
|
|||
|
|
@ -606,7 +606,7 @@ Check that the necessary repositories ("resolvers" in SBT parlance) are added to
|
|||
the sub-projects that need them.
|
||||
|
||||
By default in SBT, all the caches of the various repositories
|
||||
are blended together. Which means that if the required repoitories are added at just one place,
|
||||
are blended together. Which means that if the required repositories are added at just one place,
|
||||
some dependencies may be put in cache from there, then become accessible from other places via
|
||||
the cache, even though the required repositories were not added to them.
|
||||
Coursier, on the other hand, keeps the caches of the various repositories separate, so that
|
||||
|
|
|
|||
Loading…
Reference in New Issue