Skip to content

Commit

Permalink
Buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 7, 2024
1 parent 297b03f commit 6d27743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ bazel_dep(
)
git_override(
module_name = "gazelle",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
commit = "84d44297e3f70b4006a0776caa1e4744e0ca69fc",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
)

bazel_dep(
name = "protobuf",
version = PROTOBUF_VERSION,
Expand Down
4 changes: 1 addition & 3 deletions examples/gazelle/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)

bazel_dep(
name = "rules_jvm_external",
version = "6.0",
Expand Down Expand Up @@ -44,9 +43,8 @@ bazel_dep(
name = "gazelle",
version = "0.34.0",
)

git_override(
module_name = "gazelle",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
commit = "84d44297e3f70b4006a0776caa1e4744e0ca69fc",
remote = "https://github.com/illicitonion/bazel-gazelle.git",
)

0 comments on commit 6d27743

Please sign in to comment.