Skip to content

Commit 8645caf

Browse files
authored
Bump bazel-contrib/rules_jvm to v0.4.0 (#10829)
1 parent 2d0c733 commit 8645caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ rules_jvm_external_setup()
132132

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

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

0 commit comments

Comments
 (0)