From 61c082bbb06491405858c6489dd03b924f8a0f2e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 22 Oct 2020 13:30:21 -0700 Subject: [PATCH] chore: regenerate README (#104) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-22 19:39:26,325 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 19:39:27,246 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/7f9aba2e-a502-4948-8498-006f07aef490/targets - [ ] To automatically regenerate this PR, check this box. --- java-workflows/.github/readme/synth.metadata/synth.metadata | 4 ++-- java-workflows/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 75db78585b05..b569de55b7d2 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "f6877e8332ec8a26332ef5309d9e3ca82229bfe5" + "sha": "7756d0f35cac8e828d5efe1789271deff1904afe" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index e3df6fbac8f0..6f39000c77c2 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -27,11 +27,11 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.1.2' +compile 'com.google.cloud:google-cloud-workflows:0.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.3" ``` ## Authentication