Skip to content

Commit 3c11bb9

Browse files
chore: regenerate README (#946)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-10 18:09:57,347 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigtable/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-10 18:09:58,581 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/d636680c-27ae-481a-81b8-6def71087121/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 98a4bc7 commit 3c11bb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "bc73916675c720a8ade9192594f914508bff0eda"
7+
"sha": "3db12b2bc17c14f24952c241e065e45fa530dab4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-bigtable'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-bigtable:1.27.3'
59+
compile 'com.google.cloud:google-cloud-bigtable:2.0.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.27.3"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.0.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)