Skip to content

Commit

Permalink
Bump bazel-contrib/rules_jvm to v0.4.0 (#10829)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia authored Jun 29, 2022
1 parent 2d0c733 commit 8645caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ rules_jvm_external_setup()

http_archive(
name = "contrib_rules_jvm",
sha256 = "c561a011b3005ccb3d6903bf60d655e2539189e3ed9b3595ecffd64e2061a338",
strip_prefix = "rules_jvm-35d89231aed8527b49dd2caba966e9cb097b4da6",
url = "https://github.com/bazel-contrib/rules_jvm/archive/35d89231aed8527b49dd2caba966e9cb097b4da6.zip",
sha256 = "a939cd04da2deee16131898d91d8e23559dcd1a30a5128beac30a2b01b33c94f",
strip_prefix = "rules_jvm-0.4.0",
url = "https://github.com/bazel-contrib/rules_jvm/archive/v0.4.0.tar.gz",
)

load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")
Expand Down

0 comments on commit 8645caf

Please sign in to comment.