Skip to content

Commit

Permalink
chore: upgrade rules_uv
Browse files Browse the repository at this point in the history
Let's see if it fixes our red CI on windows
  • Loading branch information
alexeagle committed Jan 31, 2025
1 parent c22ac1b commit 6dc0d0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ bazel_dep(name = "rules_java", version = "8.6.3")
bazel_dep(name = "rules_proto", version = "7.1.0")
bazel_dep(name = "rules_python", version = "1.0.0")
bazel_dep(name = "rules_go", version = "0.52.0")
bazel_dep(name = "rules_uv", version = "0.10.0")
bazel_dep(name = "rules_uv", version = "0.52.0")

# Pick up https://github.com/theoremlp/rules_uv/pull/207/commits
git_override(
module_name = "rules_uv",
commit = "bcf9472ece66176de7d21856e95549b4200122ad",
remote = "[email protected]:alexeagle/rules_uv.git",
)

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

0 comments on commit 6dc0d0d

Please sign in to comment.