From 54c8489cb7870899d360ee65b5d9838e28495cd9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 24 Feb 2021 16:26:11 -0800 Subject: [PATCH] chore: regenerate README (#197) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-02-25 00:20:33,868 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-25 00:20:35,516 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/32659af7-6ed7-49f1-8504-c4ada868095e/targets - [ ] To automatically regenerate this PR, check this box. --- java-workflows/.github/readme/synth.metadata/synth.metadata | 4 ++-- java-workflows/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 706db9ea1f32..d52478a88672 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": "b4f48a07da5e155cffa991d40588dcaa6e9ef796" + "sha": "d1281f34a35ea41201380b616c93d33d9bdeeb5f" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "16ec872dd898d7de6e1822badfac32484b5d9031" + "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 9a39e7496a06..e0738ad59236 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 0.1.4 + 0.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.1.4' +compile 'com.google.cloud:google-cloud-workflows:0.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.2.0" ``` ## Authentication