From 1fa1c9e2f53a27dbf3b53f67df0b0a27600d4c37 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 18 Jun 2021 15:10:06 -0700 Subject: [PATCH] chore: regenerate README (#527) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-18 22:04:25,761 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-18 22:04:26,995 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/ee918a59-c779-4dec-9100-3a8d92fff7d7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ec4c48d9..17d118ba 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-resourcemanager.git", - "sha": "7ce3fc5a27919d39577cc48df09203fbbb56a868" + "sha": "84f9d8092d53f4450b70bb008616d55c680d8b20" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "740366bbb9a7e0f4b77fc75dc26be1d3a376c3e0" + "sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e" } } ] diff --git a/README.md b/README.md index ddc84248..5548b770 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-resourcemanager' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-resourcemanager:0.119.6-alpha' +compile 'com.google.cloud:google-cloud-resourcemanager:0.119.7-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.6-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.7-alpha" ``` ## Authentication