Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
liuliu committed Dec 21, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent b5c7b13 commit 328e56d
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -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")
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
@@ -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(

0 comments on commit 328e56d

Please sign in to comment.