Skip to content

Commit

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


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

```
2020-11-17 20:47:25,156 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-11-17 20:47:26,206 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/8816e5ae-9c73-4be9-973b-0e52507c7b9b/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Nov 17, 2020
1 parent 54d7caf commit 238ca3a
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-nio.git",
"sha": "525e3913ac691ea42ada4733c5069a01065418e8"
"sha": "2d0c406f12c37651374c5d51d4bd927110de5711"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-nio</artifactId>
<version>0.122.0</version>
<version>0.122.1</version>
</dependency>
```

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

## Authentication
Expand Down

0 comments on commit 238ca3a

Please sign in to comment.