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 6e7cc35 commit 762424aCopy full SHA for 762424a
examples/MODULE.bazel
@@ -6,7 +6,7 @@ bazel_dep(name = "rules_java", version = "8.6.3")
6
bazel_dep(name = "rules_proto", version = "7.1.0")
7
bazel_dep(name = "rules_python", version = "1.0.0")
8
bazel_dep(name = "rules_go", version = "0.52.0")
9
-bazel_dep(name = "rules_uv", version = "0.49.0")
+bazel_dep(name = "rules_uv", version = "0.10.0")
10
11
# This example is in the same repo with the ruleset, so we should point to the code at HEAD
12
# rather than use any release on the Bazel Central Registry.
0 commit comments