Skip to content

Commit

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


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

```
2021-01-13 09:16:32,251 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-13 09:16:33,124 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/0217d5be-3e00-4bf0-860a-f484021049f8/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 13, 2021
1 parent 74e2667 commit 4531d55
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-storage.git",
"sha": "937a7dec40294795cfd472347ec419ecfc1a5cb3"
"sha": "74e26676960aaef094ee01193c1e0e132c44b3ae"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-storage'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-storage:1.113.8'
compile 'com.google.cloud:google-cloud-storage:1.113.9'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.8"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.9"
```

## Authentication
Expand Down

0 comments on commit 4531d55

Please sign in to comment.