Skip to content

Commit 5415c49

Browse files
chore: regenerate README (#778)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-22 15:43:00,856 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigtable/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-22 15:43:02,769 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/e6e3886e-85d3-48e8-9884-0a563f8c6163/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent ac534a6 commit 5415c49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
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": "5ab60eedb7104d8d2b3bddc72db0a27576a65395"
7+
"sha": "ac534a6ef7c08c8bf6ecb94c590643bd473baa9d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b33b0e2056a85fc2264b294f2cf47dcd45e95186"
14+
"sha": "5a6f30b8bb7672cf237c4f75d5aa96bfba170e7f"
1515
}
1616
}
1717
]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.23.0'
54+
compile 'com.google.cloud:google-cloud-bigtable:1.23.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.23.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.23.1"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)