We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea63798 commit 8dad6ffCopy full SHA for 8dad6ff
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