mirror of https://github.com/sbt/sbt.git
Add a note for #1655/#1754
This commit is contained in:
parent
3e48db9d1b
commit
71978ffffd
|
|
@ -23,6 +23,7 @@
|
||||||
[1615]: https://github.com/sbt/sbt/issues/1615
|
[1615]: https://github.com/sbt/sbt/issues/1615
|
||||||
[1616]: https://github.com/sbt/sbt/issues/1616
|
[1616]: https://github.com/sbt/sbt/issues/1616
|
||||||
[1634]: https://github.com/sbt/sbt/pull/1634
|
[1634]: https://github.com/sbt/sbt/pull/1634
|
||||||
|
[1655]: https://github.com/sbt/sbt/issues/1655
|
||||||
[1676]: https://github.com/sbt/sbt/issues/1676
|
[1676]: https://github.com/sbt/sbt/issues/1676
|
||||||
[1702]: https://github.com/sbt/sbt/pull/1702
|
[1702]: https://github.com/sbt/sbt/pull/1702
|
||||||
[1714]: https://github.com/sbt/sbt/issues/1714
|
[1714]: https://github.com/sbt/sbt/issues/1714
|
||||||
|
|
@ -31,6 +32,7 @@
|
||||||
[1746]: https://github.com/sbt/sbt/pull/1746
|
[1746]: https://github.com/sbt/sbt/pull/1746
|
||||||
[1748]: https://github.com/sbt/sbt/issues/1748
|
[1748]: https://github.com/sbt/sbt/issues/1748
|
||||||
[1752]: https://github.com/sbt/sbt/pull/1752
|
[1752]: https://github.com/sbt/sbt/pull/1752
|
||||||
|
[1754]: https://github.com/sbt/sbt/pull/1754
|
||||||
[1766]: https://github.com/sbt/sbt/pull/1766
|
[1766]: https://github.com/sbt/sbt/pull/1766
|
||||||
[1771]: https://github.com/sbt/sbt/pull/1771
|
[1771]: https://github.com/sbt/sbt/pull/1771
|
||||||
[1787]: https://github.com/sbt/sbt/pull/1787
|
[1787]: https://github.com/sbt/sbt/pull/1787
|
||||||
|
|
@ -60,6 +62,7 @@
|
||||||
- Ignores hidden build files from the build. [#1746][1746] by [@j-keck][@j-keck]
|
- Ignores hidden build files from the build. [#1746][1746] by [@j-keck][@j-keck]
|
||||||
- Fixes build.sbt parsing of multiple import. [#1741][1741] by [@ajozwik][@ajozwik]
|
- Fixes build.sbt parsing of multiple import. [#1741][1741] by [@ajozwik][@ajozwik]
|
||||||
- Fixes ANSI escape code for overwriting lines on Windows. [#1771][1771] by [@dwickern][@dwickern]
|
- Fixes ANSI escape code for overwriting lines on Windows. [#1771][1771] by [@dwickern][@dwickern]
|
||||||
|
- Adds null check in incremental compiler's type tree extraction. [#1754][1754]/[#1655][1655] by [@Duhemm][@Duhemm]
|
||||||
- sbt doesn't honor Maven's uniqueVersions (use sbt-maven-resolver to fix). [#1322][1322] by [@jsuereth][@jsuereth]
|
- sbt doesn't honor Maven's uniqueVersions (use sbt-maven-resolver to fix). [#1322][1322] by [@jsuereth][@jsuereth]
|
||||||
- sbt doesn't see new SNAPSHOT dependency versions in local maven repos (use withLatestSnapshots + sbt-maven-resolver to fix) [#321][321] by [@jsuereth][@jsuereth]
|
- sbt doesn't see new SNAPSHOT dependency versions in local maven repos (use withLatestSnapshots + sbt-maven-resolver to fix) [#321][321] by [@jsuereth][@jsuereth]
|
||||||
- Property in pom's version field results to wrong dependency resolution (use sbt-maven-resolver to fix). [#647][647] by [@jsuereth][@jsuereth]
|
- Property in pom's version field results to wrong dependency resolution (use sbt-maven-resolver to fix). [#647][647] by [@jsuereth][@jsuereth]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue