Skip to content

Commit 8fbf38d

Browse files
chore: regenerate README (#822)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 14:36:37,887 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsub/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 14:36:39,171 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/04200d1f-6a16-4ee4-a242-8fecf804ce8c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 826dc10 commit 8fbf38d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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-pubsub.git",
7-
"sha": "59a580f17b8ec361abbc5fe54aad70422b81e188"
7+
"sha": "826dc10f5bb373e88b06d390fc2029960a2cad7c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
14+
"sha": "dfd55ad78a700acf987d592c8279789b1319b8c5"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
5353
```Groovy
5454
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5555
56-
compile 'com.google.cloud:google-cloud-pubsub'
56+
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```
5858
If you are using Gradle without BOM, add this to your dependencies
5959

6060
```Groovy
61-
compile 'com.google.cloud:google-cloud-pubsub:1.114.2'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.114.2'
6262
```
6363

6464
If you are using SBT, add this to your dependencies

0 commit comments

Comments
 (0)