Skip to content

Commit 83b5c82

Browse files
chore: regenerate README (#262)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-19 21:05:49,455 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-19 21:05:50,717 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/1f6fed7a-68f5-4b5a-bcce-4c7554e2af29/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 6033bf2 commit 83b5c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-workflows/.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-workflows.git",
7-
"sha": "c72cc1dfe659d4748573e32d5ee13ae75767cce8"
7+
"sha": "c3fb06c73388e857cedeca068714a9c2ec5f2bb9"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
14+
"sha": "bf148334fb9ee928d4c302d2aa32eb61252808d1"
1515
}
1616
}
1717
]

java-workflows/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file:
2727

2828
If you are using Gradle without BOM, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-workflows:0.4.1'
30+
compile 'com.google.cloud:google-cloud-workflows:0.4.2'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.1"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.4.2"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)