Skip to content

Commit

Permalink
Update deps.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 19, 2024
1 parent b9aaf82 commit e86a6e3
Show file tree
Hide file tree
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
Expand Up @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

git_repository(
name = "ccv",
commit = "a33f509e971477ce0d23aca2c2a165819fb2717f",
commit = "bd40f0bf82ad5c1d9d30e2a7a6dcd97baba8698a",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1718125376 -0400",
shallow_since = "1718762824 -0400",
)

load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")
Expand Down
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def s4nnc_deps():
git_repository,
name = "ccv",
remote = "https://github.com/liuliu/ccv.git",
commit = "a33f509e971477ce0d23aca2c2a165819fb2717f",
shallow_since = "1718125376 -0400",
commit = "bd40f0bf82ad5c1d9d30e2a7a6dcd97baba8698a",
shallow_since = "1718762824 -0400",
)

_maybe(
Expand Down

0 comments on commit e86a6e3

Please sign in to comment.