We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d6eb9 commit 61181f4Copy full SHA for 61181f4
1 file changed
ci/bzlmod_tests/consumer-test/MODULE.bazel
@@ -1,10 +1,5 @@
1
module(name = "bzlmod-consumer-test")
2
3
-bazel_dep(name = "google_cloud_cpp", version = "3.0.0-rc0")
+bazel_dep(name = "google_cloud_cpp", version = "3.0.0-rc1")
4
bazel_dep(name = "googletest", version = "1.15.2")
5
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