File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
2
3
- RULES_JVM_EXTERNAL_TAG = "6.0 "
4
- RULES_JVM_EXTERNAL_SHA = "85fd6bad58ac76cc3a27c8e051e4255ff9ccd8c92ba879670d195622e7c0a9b7 "
3
+ RULES_JVM_EXTERNAL_TAG = "4.5 "
4
+ RULES_JVM_EXTERNAL_SHA = "b17d7388feb9bfa7f2fa09031b32707df529f26c91ab9e5d909eb1676badd9a6 "
5
5
6
6
http_archive (
7
7
name = "rules_jvm_external" ,
8
8
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG ,
9
9
sha256 = RULES_JVM_EXTERNAL_SHA ,
10
- url = "https://github.com/bazelbuild/rules_jvm_external/releases/download/%s/rules_jvm_external-%s.tar.gz " % ( RULES_JVM_EXTERNAL_TAG , RULES_JVM_EXTERNAL_TAG ) ,
10
+ url = "https://github.com/bazelbuild/rules_jvm_external/archive/%s.zip " % RULES_JVM_EXTERNAL_TAG ,
11
11
)
12
12
13
13
load ("@rules_jvm_external//:repositories.bzl" , "rules_jvm_external_deps" )
@@ -124,4 +124,4 @@ new_git_repository(
124
124
remote = "https://github.com/ipld/java-cid.git" ,
125
125
tag = "v1.3.8" ,
126
126
build_file_content = CID_BUILD_FILE ,
127
- )
127
+ )
You can’t perform that action at this time.
0 commit comments