Update WORKSPACE

Need this for bazel change
This commit is contained in:
Gennadiy Civil 2018-12-03 14:18:47 -05:00 committed by GitHub
parent a28a71ae41
commit 214521a148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
workspace(name = "com_google_googletest")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Abseil
http_archive(
name = "com_google_absl",