Skip to content

Commit 61181f4

Browse files
authored
feat: update consumer-test to use 3.0.0-rc1 from BCR (googleapis#15354)
1 parent f2d6eb9 commit 61181f4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
module(name = "bzlmod-consumer-test")
22

3-
bazel_dep(name = "google_cloud_cpp", version = "3.0.0-rc0")
3+
bazel_dep(name = "google_cloud_cpp", version = "3.0.0-rc1")
44
bazel_dep(name = "googletest", version = "1.15.2")
55
bazel_dep(name = "rules_cc", version = "0.1.1")
6-
7-
local_path_override(
8-
module_name = "google_cloud_cpp",
9-
path = "/workspace/google-cloud-cpp",
10-
)

0 commit comments

Comments
 (0)