Skip to content

Commit 6dc0d0d

Browse files
committed
chore: upgrade rules_uv
Let's see if it fixes our red CI on windows
1 parent c22ac1b commit 6dc0d0d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/MODULE.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ 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.10.0")
9+
bazel_dep(name = "rules_uv", version = "0.52.0")
10+
11+
# Pick up https://github.com/theoremlp/rules_uv/pull/207/commits
12+
git_override(
13+
module_name = "rules_uv",
14+
commit = "bcf9472ece66176de7d21856e95549b4200122ad",
15+
remote = "[email protected]:alexeagle/rules_uv.git",
16+
)
1017

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

0 commit comments

Comments
 (0)