Files
sbt/notes/sample.md
T
Dale Wijnand 5f0852818b Add project id to watching message
We redefine watchingMessage in project scope so we can use
thisProjectRef to make the watching message more precise.

Fixes #2038
2017-12-15 01:49:14 +00:00

13 lines
338 B
Markdown

[@dwijnand]: https://github.com/dwijnand
[2059]: https://github.com/sbt/sbt/issues/2059
[2662]: https://github.com/sbt/sbt/pull/2662
### Fixes with compatibility implications
### Improvements
- Changes `publishTo` and `otherResolvers` from SettingKeys to TaskKeys. [#2059][2059]/[#2662][2662] by [@dwijnand][@dwijnand]
### Bug fixes