We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf01987 commit 631b229Copy full SHA for 631b229
1 file changed
WORKSPACE
@@ -120,7 +120,7 @@ http_archive(
120
],
121
sha256 = RULES_JVM_EXTERNAL_SHA,
122
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
123
- url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip" % RULES_JVM_EXTERNAL_TAG,
+ url = "https://github.com/bazelbuild/rules_jvm_external/archive/refs/tags/%s.zip" % RULES_JVM_EXTERNAL_TAG,
124
)
125
126
load("@rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")
0 commit comments