Add an Append.Sequence instance for List, fixes #2107

This commit is contained in:
Pierre DAL-PRA
2015-07-18 10:51:31 +02:00
parent 5824ef6d7f
commit 10c71b3f8a
3 changed files with 34 additions and 3 deletions
@@ -0,0 +1,11 @@
[@pdalpra]: http://github.com/pdalpra
[2107]: https://github.com/sbt/sbt/issues/2107
[2114]: https://github.com/sbt/sbt/pull/2114
### Fixes with compatibility implications
### Improvements
### Bug fixes
- Add an Append.Sequence instance for List, allow +=/++= on `developers` SettingKey [#2107][2107]/[#2114][2114] by [@pdalpra][@pdalpra]