From 4aaa044916225b56ad6d7206d34224984b5f053f Mon Sep 17 00:00:00 2001 From: Yannic Date: Thu, 27 Dec 2018 19:15:20 +0100 Subject: [PATCH] [bazel] Use starlark version of http_archive --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 4147e12..e307c9a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,5 +1,7 @@ workspace(name = "com_github_grpc_grpc_web") +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "io_bazel_rules_closure", sha256 = "a8ea3251a6fd05eb3dbd05aa443a12b04cb88d80480d821bee453b18db97afaa",