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

Commit

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


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

```
2021-04-09 19:40:17,419 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-scheduler/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-09 19:40:18,735 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/4e629f0d-6239-4deb-a678-12292fa7c3ff/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 9, 2021
1 parent 633e431 commit a95df53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-scheduler.git",
"sha": "be2edcf0ad844fb993f51cd3370c7243bd93d213"
"sha": "633e4310620e66666b946f28dec6bbfb4d85e802"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-scheduler'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-scheduler:1.23.9'
compile 'com.google.cloud:google-cloud-scheduler:1.23.10'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "1.23.9"
libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "1.23.10"
```

## Authentication
Expand Down

0 comments on commit a95df53

Please sign in to comment.