Skip to content

Commit f4ee08b

Browse files
chore: regenerate README (#577)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:16:22,490 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-02 20:16:23,800 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/52e5fbcc-eaaf-4959-9b30-4550c1ff15ca/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent d64be91 commit f4ee08b

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": "2d527a0532d91611efcdcdaabe150c1663bd33dc"
7+
"sha": "eae323d3373fe21deaf3b636834511defc6bb348"
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.14</version>
45+
<version>0.123.0</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.14'
58+
compile 'com.google.cloud:google-cloud-nio:0.123.0'
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.14"
63+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.123.0"
6464
```
6565

6666
## Authentication

0 commit comments

Comments
 (0)