bazel: Update opencensus to 0.8

This fixes the Bazel build after d87ef740
This commit is contained in:
Eric Anderson 2017-11-06 16:39:01 -08:00
parent a2e9a7f6dd
commit f792efe82f
1 changed files with 2 additions and 2 deletions

View File

@ -244,6 +244,6 @@ def io_netty_tcnative_boringssl_static():
def io_opencensus_api(): def io_opencensus_api():
native.maven_jar( native.maven_jar(
name = "io_opencensus_opencensus_api", name = "io_opencensus_opencensus_api",
artifact = "io.opencensus:opencensus-api:0.7.0", artifact = "io.opencensus:opencensus-api:0.8.0",
sha1 = "bf69d604c0dfcf63356053828a90c3e332acd2b8", sha1 = "f921cd399ff9a3084370969dca74ccea510ff91f",
) )