Skip to content

Commit 7188f40

Browse files
chore: regenerate README (googleapis#344)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-07 20:08:26,856 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 20:08:27,743 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/7aaae165-edc9-446f-ae29-6fe44a301daa/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 850cdd5 commit 7188f40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

java-resourcemanager/.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-resourcemanager.git",
7-
"sha": "440d9c9cacb15ad87c57d94f7efb4a4a6239a98f"
7+
"sha": "a5c6f2e257960406bc07f2bb70479c612e5b8c8f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
14+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
1515
}
1616
}
1717
]

java-resourcemanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ If you are using Maven without BOM, add this to your dependencies:
4848

4949
If you are using Gradle 5.x or later, add this to your dependencies
5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:16.2.0')
51+
implementation platform('com.google.cloud:libraries-bom:16.2.1')
5252
5353
compile 'com.google.cloud:google-cloud-resourcemanager'
5454
```
5555
If you are using Gradle without BOM, add this to your dependencies
5656
```Groovy
57-
compile 'com.google.cloud:google-cloud-resourcemanager:0.118.6-alpha'
57+
compile 'com.google.cloud:google-cloud-resourcemanager:0.118.7-alpha'
5858
```
5959

6060
If you are using SBT, add this to your dependencies
6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.118.6-alpha"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.118.7-alpha"
6363
```
6464

6565
## Authentication

0 commit comments

Comments
 (0)