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

Remove usage of soon-to-be-deprecated http_archive rule
pull/50/merge
ahedberg 7 years ago committed by GitHub
commit f826f1d489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      WORKSPACE

@ -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",

Loading…
Cancel
Save