From b198dbe0190406a7aa1748057bd00ba4ed1bda01 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 20 Oct 2020 01:36:04 -0700 Subject: [PATCH] chore: regenerate README (#72) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-20 08:18:37,266 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-20 08:18:38,217 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/d85411cb-e9fb-4185-bb91-abc835b715f8/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 1422e426023a..75db78585b05 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": "d7c19f6b99a8f8417f8474efbfddf644516e1e9d" + "sha": "f6877e8332ec8a26332ef5309d9e3ca82229bfe5" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "da5c6050d13b4950c82666a81d8acd25157664ae" + "sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 815a3257b855..e3df6fbac8f0 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.1' +compile 'com.google.cloud:google-cloud-workflows:0.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.2" ``` ## Authentication