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

Commit

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


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

```
2021-06-15 18:19:53,461 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-accessapproval/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-15 18:19:54,664 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/fd1f2681-f0f5-4e5c-9a9c-e57dd939e7a5/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 15, 2021
1 parent 67f40a9 commit 48a3b8b
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-accessapproval.git",
"sha": "a5dcb5424a373c4cd0d10caf098a104666bbb153"
"sha": "67f40a9e618329d927fe8bb2f4bba7e29bd32677"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-accessapproval'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-accessapproval:1.1.0'
compile 'com.google.cloud:google-cloud-accessapproval:1.1.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "1.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "1.1.1"
```

## Authentication
Expand Down

0 comments on commit 48a3b8b

Please sign in to comment.