Skip to content

Commit

Permalink
update rules_java
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Jan 8, 2024
1 parent 6e8dc1c commit 3822524
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,9 @@ def protobuf_deps():
if not native.existing_rule("rules_java"):
http_archive(
name = "rules_java",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/7.1.0/rules_java-7.1.0.tar.gz",
],
sha256 = "a37a4e5f63ab82716e5dd6aeef988ed8461c7a00b8e936272262899f587cd4e1",
urls = ["https://github.com/bazelbuild/rules_java/releases/download/7.3.2/rules_java-7.3.2.tar.gz"],
sha256 = "3121a00588b1581bd7c1f9b550599629e5adcc11ba9c65f482bbd5cfe47fdf30",
)


if not native.existing_rule("rules_proto"):
http_archive(
Expand Down

0 comments on commit 3822524

Please sign in to comment.