Skip to content

Commit d39003f

Browse files
chore: regenerate README (#969)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-25 17:31:44,567 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigtable/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-25 17:31:45,755 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/4356bb30-a578-486e-85fc-0be58e52bae0/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 782ffab commit d39003f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "8b1ea8f874b3492ae976a6e17a082db84139ccbf"
7+
"sha": "782ffabcdefe4990449d17b03a431ea7f04ce24d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
14+
"sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22"
1515
}
1616
}
1717
]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigtable</artifactId>
44-
<version>2.0.1</version>
44+
<version>2.1.0</version>
4545
</dependency>
4646

4747
```
@@ -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:2.0.1'
59+
compile 'com.google.cloud:google-cloud-bigtable:2.1.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" % "2.0.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.1.0"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)