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 c94fa2f commit 24a85e5Copy full SHA for 24a85e5
MODULE.bazel
@@ -17,7 +17,7 @@ bazel_dep(name = "rules_python", version = "0.29.0")
17
18
# Development dependencies which are not exposed to users
19
bazel_dep(name = "aspect_rules_py", version = "0.7.3", dev_dependency = True)
20
-bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
+bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True)
21
bazel_dep(name = "container_structure_test", version = "1.16.0", dev_dependency = True)
22
23
bazel_lib_toolchains = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
0 commit comments