Skip to content

Commit

Permalink
use released gazelle 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebarrau committed Dec 13, 2023
1 parent 2526545 commit 627b688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ bazel_dep(
version = "0.34.0",
repo_name = "bazel_gazelle",
)

# We need https://github.com/bazelbuild/bazel-gazelle/pull/1686
archive_override(
module_name = "gazelle",
integrity = "sha256-K0qiW1KIxkmMuxDNaLEch/PxFLJ5xVEmPtlkuMwj0BY=",
strip_prefix = "bazel-gazelle-8e09916b20b52a0346e77a3203fc0b50825fedcd",
urls = ["https://github.com/bazelbuild/bazel-gazelle/archive/8e09916b20b52a0346e77a3203fc0b50825fedcd.tar.gz"],
)

bazel_dep(
name = "protobuf",
version = PROTOBUF_VERSION,
Expand Down
5 changes: 2 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ def contrib_rules_jvm_gazelle_deps():
maybe(
http_archive,
name = "bazel_gazelle",
sha256 = "2b4aa25b5288c6498cbb10cd68b11c87f3f114b279c551263ed964b8cc23d016",
strip_prefix = "bazel-gazelle-8e09916b20b52a0346e77a3203fc0b50825fedcd",
url = "https://github.com/bazelbuild/bazel-gazelle/archive/8e09916b20b52a0346e77a3203fc0b50825fedcd.tar.gz",
sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf",
url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit 627b688

Please sign in to comment.