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 b6c3c8f commit b122679Copy full SHA for b122679
MODULE.bazel
@@ -7,9 +7,9 @@ module(
7
# Please keep the versions in sync with the versions in the WORKSPACE file.
8
# see https://registry.bazel.build/
9
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10
-bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.2", repo_name = "com_google_absl")
+bazel_dep(name = "abseil-cpp", version = "20240722.1", repo_name = "com_google_absl")
11
bazel_dep(name = "platforms", version = "0.0.10")
12
-bazel_dep(name = "rules_cc", version = "0.0.16")
+bazel_dep(name = "rules_cc", version = "0.1.1")
13
bazel_dep(name = "rules_python", version = "0.40.0")
14
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
15
0 commit comments