Skip to content

Commit

Permalink
chore: regenerate README (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 6, 2021
1 parent 525f5ae commit 255cac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigtable.git",
"sha": "8b04cb945c0544a8af02eb88718d6f6fbd944e4d"
"sha": "ca1f5ed15e4de409ae00b5afa5357d65def04c51"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
"sha": "6d76df2138f8f841e5a5b9ac427f81def520c15f"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,7 +38,7 @@ 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.21.2</version>
<version>1.21.3</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigtable'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigtable:1.21.2'
compile 'com.google.cloud:google-cloud-bigtable:1.21.3'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.21.2"
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.21.3"
```

## Authentication
Expand Down

0 comments on commit 255cac6

Please sign in to comment.