Skip to content

Commit 9fcb38d

Browse files
chore: regenerate README (#592)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-16 19:28:08,253 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-16 19:28:09,567 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/fd4bb4cb-2b5d-4c4c-8d50-86aaf4767fe6/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 4795eff commit 9fcb38d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-storage-nio.git",
7-
"sha": "812a030928a1d8f5d02326120c94d739338ddff2"
7+
"sha": "afba5a9f0e0ae218120b04d3dd976637f2843e81"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
14+
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
1515
}
1616
}
1717
]

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.123.1</version>
45+
<version>0.123.2</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.123.1'
58+
compile 'com.google.cloud:google-cloud-nio:0.123.2'
5959
```
6060

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

6666
## Authentication

0 commit comments

Comments
 (0)