From 9852d446f2b1e336ca1ce3b037ae7929dbf41d66 Mon Sep 17 00:00:00 2001 From: htuch Date: Mon, 4 Dec 2017 13:28:04 -0500 Subject: [PATCH] pgv: bump version to 8e6aaf5. (#319) This picks up the weak link approach and a number of bug fixes needed for C++ code generation. Signed-off-by: Harvey Tuch --- bazel/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 7a8942c2..bbe0f9d1 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -1,7 +1,7 @@ GOOGLEAPIS_SHA = "5c6df0cd18c6a429eab739fb711c27f6e1393366" # May 14, 2017 PROMETHEUS_SHA = "6f3806018612930941127f2a7c6c453ba2c527d2" # Nov 02, 2017 -PGV_GIT_SHA = "36e0c0b5946eb7347d755b9b2f55bb3fc0967846" +PGV_GIT_SHA = "8e6aaf55f4954f1ef9d3ee2e8f5a50e79cc04f8f" def api_dependencies(): native.git_repository(