Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 #953

Merged
merged 1 commit into from Mar 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile project(':gax-grpc')
compile "io.grpc:grpc-netty:${libraries['version.io_grpc']}"

compile 'com.google.api.grpc:grpc-google-cloud-bigtable-v2:0.1.28'
compile 'com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.11.0'
compile 'com.google.api.grpc:grpc-google-cloud-pubsub-v1:0.1.28'
}

Expand Down