Skip to content

Commit

Permalink
chore: regenerate README (#974)
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:59:36,288 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-19 18:59:37,359 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/34b2371c-4627-4ee2-bf1a-068f0c40f91b/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 e8d52ad commit 69b996b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-storage.git",
"sha": "0f86d7b0257ac2f7908d33ec5653cf684826b9b1"
"sha": "e8d52ad934d485d5f035fbdc6c8117f256fed566"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ 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:2.0.1'
compile 'com.google.cloud:google-cloud-storage:2.0.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.0.1"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.0.2"
```

## Authentication
Expand Down

0 comments on commit 69b996b

Please sign in to comment.