Skip to content

Commit c691814

Browse files
chore: regenerate README (#307)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-02 18:28:43,481 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-02 18:28:44,342 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/605945a0-0efe-4261-a941-29d86ab01e98/targets - [ ] To automatically regenerate this PR, check this box.
1 parent ed0f877 commit c691814

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

java-storage-nio/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.1</version>
23+
<version>0.122.2</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.1'
29+
compile 'com.google.cloud:google-cloud-nio:0.122.2'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.1"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.122.2"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)