Skip to content

Commit 8dad6ff

Browse files
jinseopkim0scotthart
authored andcommitted
feat: update consumer-test to use 3.0.0-rc1 from BCR (#15354)
1 parent ea63798 commit 8dad6ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
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)