Skip to content

Commit 4a95d05

Browse files
chore: regenerate README (#894)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-01 20:45:09,456 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigtable/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-01 20:45:10,697 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/b2e99828-7c42-4fef-8b81-4f232bcb7797/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent d2ca9c6 commit 4a95d05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "7e2c3427b29cd22a6caccf7f4409ac5cd2f6c4ee"
7+
"sha": "d2ca9c62f3fcb9c79c97ef8a73bad3a0e7555afc"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "9763f20e4b7bb1091082462b2f7970e965d0d414"
14+
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-bigtable</artifactId>
41-
<version>1.27.0</version>
41+
<version>1.27.1</version>
4242
</dependency>
4343

4444
```
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigtable'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-bigtable:1.27.0'
54+
compile 'com.google.cloud:google-cloud-bigtable:1.27.1'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.27.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.27.1"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)