diff --git a/WORKSPACE b/WORKSPACE index 18971b7e3de..1b7e3096b06 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository( name = "ccv", - commit = "ff47b596600c501d1e6d7070a5e6454a90dce1be", + commit = "d6045cf78808c98b6a40427a9ba5a1e59f433831", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1703182006 -0500", + shallow_since = "1703191878 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 14864fdf2a9..1dc15c98012 100644 --- a/deps.bzl +++ b/deps.bzl @@ -17,8 +17,8 @@ def s4nnc_deps(): git_repository, name = "ccv", remote = "https://github.com/liuliu/ccv.git", - commit = "ff47b596600c501d1e6d7070a5e6454a90dce1be", - shallow_since = "1703182006 -0500", + commit = "d6045cf78808c98b6a40427a9ba5a1e59f433831", + shallow_since = "1703191878 -0500", ) _maybe(