Skip to content

Commit b211465

Browse files
chore: regenerate README (#686)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-09-07 16:47:21,525 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-09-07 16:47:22,745 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/e66c4cd1-f275-4fba-87cc-170d225fd5a1/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 120203b commit b211465

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "2ba3c5df2c697060fab61a1f8db66b9a95f5e8fe"
7+
"sha": "4fd71b5156239e641552215dfc5bd31a5cce4a03"
88
}
99
},
1010
{

java-storage-nio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-nio</artifactId>
48-
<version>0.123.8</version>
48+
<version>0.123.10</version>
4949
</dependency>
5050

5151
```
@@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-nio'
6060
If you are using Gradle without BOM, add this to your dependencies
6161

6262
```Groovy
63-
implementation 'com.google.cloud:google-cloud-nio:0.123.9'
63+
implementation 'com.google.cloud:google-cloud-nio:0.123.10'
6464
```
6565

6666
If you are using SBT, add this to your dependencies
6767

6868
```Scala
69-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.9"
69+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.10"
7070
```
7171

7272
## Authentication

0 commit comments

Comments
 (0)