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 fa62460 commit 64cf745Copy full SHA for 64cf745
MODULE.bazel
@@ -9,7 +9,7 @@ module(
9
# Lower-bound dependency versions.
10
# Do not change unless the rules no longer work with the current version.
11
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12
-bazel_dep(name = "platforms", version = "0.0.8")
+bazel_dep(name = "platforms", version = "0.0.9")
13
bazel_dep(name = "rules_oci", version = "1.7.4")
14
bazel_dep(name = "rules_pkg", version = "0.9.1")
15
bazel_dep(name = "rules_python", version = "0.29.0")
0 commit comments