mirror of https://github.com/sbt/sbt.git
Add notes for .triggeredBy/.storeAs/etc fix
This commit is contained in:
parent
c50f7b5c6b
commit
9e67e0afba
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
### Bug fixes
|
||||
|
||||
- Fix .triggeredBy/.storeAs/etc not working when using `:=` and `.value` macros. [#1444][1444]/[#2908][2908] by [@dwijnand][]
|
||||
|
||||
[1444]: https://github.com/sbt/sbt/issues/1444
|
||||
[2908]: https://github.com/sbt/sbt/pull/2908
|
||||
[@dwijnand]: https://github.com/dwijnand
|
||||
Loading…
Reference in New Issue