Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 7, 2024
1 parent 44cc34f commit f1978a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bazel_dep(
git_override(
module_name = "gazelle",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
commit = "a8150142b391cc18baff955e70b3a08587b1c3a4",
commit = "84d44297e3f70b4006a0776caa1e4744e0ca69fc",
)
bazel_dep(
name = "protobuf",
Expand Down
2 changes: 1 addition & 1 deletion examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ bazel_dep(
git_override(
module_name = "gazelle",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
commit = "a8150142b391cc18baff955e70b3a08587b1c3a4",
commit = "84d44297e3f70b4006a0776caa1e4744e0ca69fc",
)

0 comments on commit f1978a8

Please sign in to comment.