Skip to content

Commit 762424a

Browse files
committed
fix: revert rules_uv upgrade
1 parent 6e7cc35 commit 762424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bazel_dep(name = "rules_java", version = "8.6.3")
66
bazel_dep(name = "rules_proto", version = "7.1.0")
77
bazel_dep(name = "rules_python", version = "1.0.0")
88
bazel_dep(name = "rules_go", version = "0.52.0")
9-
bazel_dep(name = "rules_uv", version = "0.49.0")
9+
bazel_dep(name = "rules_uv", version = "0.10.0")
1010

1111
# This example is in the same repo with the ruleset, so we should point to the code at HEAD
1212
# rather than use any release on the Bazel Central Registry.

0 commit comments

Comments
 (0)