From 3184ffef7704b379d1295afc1e2a7e6fcdc3d709 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 20 Apr 2021 09:38:13 -0700 Subject: [PATCH] chore: regenerate README (#30) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-04-20 16:02:41,179 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-policy-troubleshooter/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-20 16:02:42,598 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/4bd4d523-96be-4ee6-8248-7fe056577880/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 18 ++++++++++++++++++ README.md | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 .github/readme/synth.metadata/synth.metadata diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata new file mode 100644 index 0000000..0210456 --- /dev/null +++ b/.github/readme/synth.metadata/synth.metadata @@ -0,0 +1,18 @@ +{ + "sources": [ + { + "git": { + "name": ".", + "remote": "https://github.com/googleapis/java-policy-troubleshooter.git", + "sha": "a3856754fcc780fd452f21a0e02180de4ffbe04d" + } + }, + { + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2" + } + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 3e0b8ec..d32d516 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-policy-troubleshooter - 0.0.0 + 0.1.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.0.0' +compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.1.1" ``` ## Authentication