mirror of https://github.com/sbt/sbt.git
Fixed link to 507
parent
8c19257aee
commit
dca7338e5c
|
|
@ -4,7 +4,7 @@ Dependency management fixes:
|
|||
|
||||
* Merge multiple dependency definitions for the same ID. Workaround for [#468], [#285], [#419], [#480].
|
||||
* Don't write <scope> section of pom if scope is 'compile'.
|
||||
* Ability to properly match on artifact type. Fixes [#507] (Thomas).
|
||||
* Ability to properly match on artifact type. Fixes [#507] - Thomas.
|
||||
* Force `update` to run on changes to last modified time of artifacts or cached descriptor (part of fix for [#532]). It may also fix issues when working with multiple local projects via 'publish-local' and binary dependencies.
|
||||
* Per-project resolution cache that deletes cached files before `update`. Notes:
|
||||
- The resolution cache differs from the repository cache and does not contain dependency metadata or artifacts.
|
||||
|
|
|
|||
Loading…
Reference in New Issue