sbt/notes
Eugene Yokota 54564ba7ce Maven version range improvement
Previously, when the dependency resolver (Ivy) encountered a Maven version range such as `[1.3.0,)`
it would go out to the Internet to find the latest version.
This would result to a surprising behavior where the eventual version keeps changing over time
*even when there's a version of the library that satisfies the range condition*.

This changes to some Maven version ranges would be replaced with its lower bound
so that when a satisfactory version is found in the dependency graph it will be used.
You can disable this behavior using the JVM flag `-Dsbt.modversionrange=false`.

Fixes #2954
Ref #2291 / #2953
2017-02-10 04:00:04 -05:00
..
0.13.14 Maven version range improvement 2017-02-10 04:00:04 -05:00
0.13.6.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.7.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.8.markdown Notes on #1921 2015-03-18 11:28:19 -07:00
0.13.9.markdown Add JCenter change to 0.13.9's notes 2015-12-25 21:49:01 -05:00
0.13.11.markdown notes 2016-02-22 02:22:29 -05:00
0.13.12.markdown Fixes #2654 Silence macro recompilation info message 2016-07-08 01:03:32 +01:00
0.13.13.markdown notes 2016-10-14 21:22:34 -04:00
about.markdown notes 2014-09-13 15:37:00 -04:00