Skip to content

Commit 0cd0167

Browse files
Update dependency contrib_rules_jvm to v0.24.0
1 parent 952e14f commit 0cd0167

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
@@ -96,9 +96,9 @@ http_archive(
9696

9797
http_archive(
9898
name = "contrib_rules_jvm",
99-
sha256 = "275d811df3bca818b5fa39645bf1c1ffbe25a10f160cc7f3685644f025ea2c72",
100-
strip_prefix = "rules_jvm-0.23.0",
101-
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.23.0/rules_jvm-v0.23.0.tar.gz",
99+
sha256 = "2412e22bc1eb9d3a5eae15180f304140f1aad3f8184dbd99c845fafde0964559",
100+
strip_prefix = "rules_jvm-0.24.0",
101+
url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.24.0/rules_jvm-v0.24.0.tar.gz",
102102
)
103103

104104
http_archive(

0 commit comments

Comments
 (0)