Skip to content

Commit

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


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

```
2020-10-26 18:42:05,045 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-26 18:42:05,924 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/e43ee1ea-dac0-43f9-974c-4bd6337618ce/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Oct 26, 2020
1 parent bda82a3 commit a461935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "38dc36ff4c4683c4de1f5b184b4f438f8be322cf"
"sha": "1f5f9e07d36eb79b524bc7c9a8e514e4260be17a"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a"
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.113.1</version>
<version>1.113.2</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-storage:1.113.1'
compile 'com.google.cloud:google-cloud-storage:1.113.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.1"
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.2"
```

## Authentication
Expand Down

0 comments on commit a461935

Please sign in to comment.