Merge pull request #2233 from technomancy/amalloy-patch-1

Consist => Consistent
This commit is contained in:
Chris Price 2017-01-22 13:19:48 -08:00 committed by GitHub
commit 65c82d870f

View file

@ -11,10 +11,11 @@ dependency across a large number of projects without having to be mindful
of every common dependency version across all of your libraries.
When using `:pedantic? :abort` in your projects, to ensure that you are producing
a consist and predictable build, it can be very cumbersome to play the "dependency
version whack-a-mole" game that arises whenever an upstream library bumps a version
of one of its dependencies. `:managed-dependencies` can help alleviate this issue
by allowing you to keep the dependency version numbers centralized.
a consistent and predictable build, it can be very cumbersome to play the
"dependency version whack-a-mole" game that arises whenever an upstream library
bumps a version of one of its dependencies. `:managed-dependencies` can help
alleviate this issue by allowing you to keep the dependency version numbers
centralized.
## `:managed-dependencies`