Skip to content

Commit

Permalink
Update dependency with more fixes on MPS end.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Mar 22, 2024
1 parent e52c6ab commit 9954497
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 = "8136c7c7acd871d12622c4418e2238123dc41fb8",
commit = "3368b4017be6b2e7db460a0321e76352175c2b6f",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1711063544 -0400",
shallow_since = "1711070668 -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 = "8136c7c7acd871d12622c4418e2238123dc41fb8",
shallow_since = "1711063544 -0400",
commit = "3368b4017be6b2e7db460a0321e76352175c2b6f",
shallow_since = "1711070668 -0400",
)

_maybe(
Expand Down

0 comments on commit 9954497

Please sign in to comment.