leiningen/doc
Chris Price 5bd091a2bf Don't require nil for version in managed deps - fixes #2195
Prior to this commit, if you wanted to use modifiers such as
`:exclusions` or `:classifier` for a dependency whose version you
were managing with `:managed-dependencies`, you would need to
explicitly pass a `nil` as the version string in the dependency
tuple.  This commit adds some logic to coerce the vectors before
they are processed, so that if the version string is simply
omitted instead of being set to `nil`, the `nil` will be implicitly
inserted and things will continue to work as before.

This provides a slightly nicer and more intuitive UX for the
managed-dependencies feature.
2016-09-18 09:21:04 -07:00
..
ja Add docs for providing :jvm-opts 2016-01-22 09:05:35 +13:00
DEPLOY.md Add docs for providing :jvm-opts 2016-01-22 09:05:35 +13:00
FAQ.md Update the FAQ 2016-07-12 23:13:05 +02:00
GPG.md Use GPG2 on macOS 2016-09-09 08:25:56 +12:00
lein.1 Update man page. 2013-11-19 21:03:11 -08:00
MANAGED_DEPS.md Don't require nil for version in managed deps - fixes #2195 2016-09-18 09:21:04 -07:00
MIXED_PROJECTS.md Add docs for providing :jvm-opts 2016-01-22 09:05:35 +13:00
PLUGINS.md Fix plugin profiles documentation 2016-04-13 17:01:51 -05:00
PROFILES.md Add docs for providing :jvm-opts 2016-01-22 09:05:35 +13:00
TEMPLATES.md Modify TEMPLATES.md to make it more clear how to test your template 2016-08-22 14:48:17 -07:00
TUTORIAL.md fix typo 2016-08-03 16:06:34 -04:00