Skip to content

Commit b681c34

Browse files
chore: regenerate README (#462)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-24 22:26:27,352 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-24 22:26:28,882 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/d5dd188f-05c4-42e5-ae6a-be43d4df385f/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 1727664 commit b681c34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-storage-nio/.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-storage-nio.git",
7-
"sha": "4b40540c032f15215904ee0c9fc0a929fc3ab91a"
7+
"sha": "885ad22941f0fbe70f6776e805d11d8d5cf9e1d5"
88
}
99
},
1010
{

java-storage-nio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-nio</artifactId>
45-
<version>0.122.8</version>
45+
<version>0.122.9</version>
4646
</dependency>
4747

4848
```
@@ -55,12 +55,12 @@ compile 'com.google.cloud:google-cloud-nio'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757
```Groovy
58-
compile 'com.google.cloud:google-cloud-nio:0.122.8'
58+
compile 'com.google.cloud:google-cloud-nio:0.122.9'
5959
```
6060

6161
If you are using SBT, add this to your dependencies
6262
```Scala
63-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.8"
63+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.9"
6464
```
6565

6666
## Authentication

0 commit comments

Comments
 (0)