Skip to content

Commit

Permalink
Update default buck version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Apr 2, 2018
1 parent a59054c commit 0df7e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class OkBuckExtension {
* The prebult buck binary to use
*/
@Input
public String buckBinary = "com.github.facebook:buck:8ce226cd2da6ac107d7db9535d6db4a1ac16211a@pex";
public String buckBinary = "com.github.facebook:buck:17aba06d14f0667460ee93953747421b01950dd7@pex";

public OkBuckExtension(Project project) {
buckProjects = project.getSubprojects();
Expand Down

0 comments on commit 0df7e47

Please sign in to comment.