File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
4
5
5
http_archive (
6
6
name = "bazel_skylib" ,
7
- sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7 " ,
7
+ sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f " ,
8
8
urls = [
9
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
10
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
9
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
10
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
11
11
],
12
12
)
13
13
@@ -252,3 +252,7 @@ http_archive(
252
252
strip_prefix = "zlib-1.3.1" ,
253
253
url = "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz" ,
254
254
)
255
+
256
+ load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
257
+
258
+ protobuf_deps ()
You can’t perform that action at this time.
0 commit comments