Skip to content

Commit

Permalink
chore: regenerate README (#228)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-04-09 23:10:28,499 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-09 23:10:29,775 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/5dda49ad-42bc-4dc2-b8ac-66f81f39cdb8/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored Apr 9, 2021
1 parent d0fdb4b commit 89cc701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "edb06f32ce915cc1994f7993951ba013bebb8759"
"sha": "c3cef693a677061fcb1b1585bebe1fa2c39b4ed9"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions java-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-workflows:0.3.0'
compile 'com.google.cloud:google-cloud-workflows:0.3.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.3.1"
```

## Authentication
Expand Down

0 comments on commit 89cc701

Please sign in to comment.