Merge pull request #138 from edbaunton/remove-deprecated-workspace-rules

Remove usage of soon-to-be-deprecated http_archive rule
This commit is contained in:
ahedberg 2018-07-17 14:07:44 -04:00 committed by GitHub
commit f826f1d489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
workspace(name = "com_google_absl")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Bazel toolchains
http_archive(
name = "bazel_toolchains",