Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Dec 15, 2020
1 parent 044b694 commit 31faf53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>1.19.1</version>
<version>1.19.2</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigtable:1.19.1'
compile 'com.google.cloud:google-cloud-bigtable:1.19.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.19.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.19.2"
```

## Authentication
Expand Down
1 change: 0 additions & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def main():

java.common_templates(excludes=[
'.gitignore',
'README.md',
'.kokoro/presubmit/integration.cfg',
'.kokoro/nightly/integration.cfg',
'.kokoro/presubmit/samples.cfg',
Expand Down

0 comments on commit 31faf53

Please sign in to comment.