Files
sbt/notes/sample.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
338 B
Markdown
Raw Normal View History

2016-07-08 03:34:17 +01:00
[@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
2017-04-19 16:02:13 -04:00
- Changes `publishTo` and `otherResolvers` from SettingKeys to TaskKeys. [#2059][2059]/[#2662][2662] by [@dwijnand][@dwijnand]
2016-07-08 03:34:17 +01:00
### Bug fixes