Skip to content

Commit 8d85252

Browse files
committed
Bump bazel_skylib in WORKSPACE, call protobuf_deps
1 parent c7e5ca7 commit 8d85252

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

WORKSPACE

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "bazel_skylib",
7-
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
7+
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
88
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",
1111
],
1212
)
1313

@@ -252,3 +252,7 @@ http_archive(
252252
strip_prefix = "zlib-1.3.1",
253253
url = "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz",
254254
)
255+
256+
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
257+
258+
protobuf_deps()

0 commit comments

Comments
 (0)