From 7c3bcf77ccb02b03c8876faa4c098b9dd7bb7dd2 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 15 Dec 2020 01:26:08 -0800 Subject: [PATCH] chore: regenerate README (#278) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-12-15 09:17:27,649 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryreservation/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-15 09:17:28,628 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/b712df75-001d-44d2-b2a3-2612dd880ed8/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 26f40079..b5f8e58c 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryreservation.git", - "sha": "01f025bca8238e45d3c749d82aeb8fbc600ecf51" + "sha": "1bd1e7ea03c10c5f2c831572a2b9ee87315df6f0" } }, { diff --git a/README.md b/README.md index 506bd565..b971c372 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryreservation - 1.0.4 + 1.0.5 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.4' +compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.5" ``` ## Authentication