Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove proto ReadEfficiencyStats #1455

Merged
merged 9 commits into from
Nov 11, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into owl-bot-copy
  • Loading branch information
kolea2 committed Nov 10, 2022
commit 215558988e9d31e38806902931d8d9072ee6dfd4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigtable:2.15.0'
implementation 'com.google.cloud:google-cloud-bigtable:2.15.1'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.15.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.15.1"
```

## Authentication
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.