Skip to content

Commit 027f5e6

Browse files
authored
Update to latest tagged rules_jvm_external to avoid / in unshaded jar (#4061)
Fixes #4060
1 parent 3261a71 commit 027f5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ workspace(name = "com_google_javascript_jscomp")
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
RULES_JVM_EXTERNAL_TAG = "4.2"
6-
RULES_JVM_EXTERNAL_SHA = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca"
5+
RULES_JVM_EXTERNAL_TAG = "4.5"
6+
RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6"
77

88
http_archive(
99
name = "rules_jvm_external",

0 commit comments

Comments
 (0)