From 6206c666f2af55cfdb8c5b625e92d024bb704168 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 12 Nov 2020 16:00:13 -0800 Subject: [PATCH] chore: regenerate README (#675) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-11-12 23:51:25,123 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-12 23:51:26,088 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/59c4aa83-f416-4b22-b2cd-775c39446ce9/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 9050c58e23..1a330193e4 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-bigquerystorage.git", - "sha": "94ad3a3a551a29bd772fdde47ab974607196d3a3" + "sha": "f0f3f22956aa90a3d06805a4234e1eabab0550ee" } }, { diff --git a/README.md b/README.md index 53d88f72cd..61ffce1975 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquerystorage - 1.6.2 + 1.6.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.2' +compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.3" ``` ## Authentication