Update Buck

Number of bugs were fixed in recent Buck version:

* java_binary: manifest_file rejects target name as input [1]
* java_binary: optionally suppress manifest merging from dependent
JARs [2]
* java_library(): changing deps to provided_deps doesn't trigger
library rebuild [3]
* genrule: Make deps to $(exe :foo) and $(location :bar) implicitly
[4]

[1] https://github.com/facebook/buck/issues/126
[2] https://github.com/facebook/buck/pull/87
[3] https://github.com/facebook/buck/issues/133
[4] https://github.com/facebook/buck/issues/128

Change-Id: I8fb9f57676eac242b54892a50d90773bfc5cb0c0
1 file changed