Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#601)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-08-19 18:53:18,226 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-19 18:53:19,232 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/fa6dcaf9-cab1-4306-89c6-1654d6bdc162/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 19, 2021
1 parent 9d75a09 commit 63a99e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-resourcemanager.git",
"sha": "bf4570236194187e189fb1908023594f4e47f198"
"sha": "9d75a09fa3c62f8c73be39d03620f3ff09b37dbc"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
"sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-resourcemanager'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-resourcemanager:1.0.1'
compile 'com.google.cloud:google-cloud-resourcemanager:1.0.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.1"
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.0.2"
```

## Authentication
Expand Down

0 comments on commit 63a99e2

Please sign in to comment.