Skip to content

Commit

Permalink
Use a URL for rules_jvm_external where the contents won't change
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 29, 2022
1 parent cf01987 commit 631b229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ http_archive(
],
sha256 = RULES_JVM_EXTERNAL_SHA,
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
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,
)

load("@rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")
Expand Down

0 comments on commit 631b229

Please sign in to comment.