Skip to content

Commit 238ca3a

Browse files
chore: regenerate README (googleapis#296)
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.
1 parent 54d7caf commit 238ca3a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "525e3913ac691ea42ada4733c5069a01065418e8"
7+
"sha": "2d0c406f12c37651374c5d51d4bd927110de5711"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
14+
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-nio</artifactId>
23-
<version>0.122.0</version>
23+
<version>0.122.1</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-nio:0.122.0'
29+
compile 'com.google.cloud:google-cloud-nio:0.122.1'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.0"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.1"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)