From 3dedaa3ce5493259d6b94b76f5fbc5e49c18e67d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 16 Nov 2020 15:20:03 -0800 Subject: [PATCH] chore: regenerate README (#633) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-11-16 22:53:18,494 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-spanner/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-16 22:53:19,534 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/9da23d1e-5e7c-48ab-9f21-a6bac5e98730/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 ed42128dd3..ae839b8a27 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-spanner.git", - "sha": "9ff50fb018017d8d1eea6be7986d8c88bcce0ed3" + "sha": "b5150b57108ffdcb054a7b4f2dfa3daf840dfb29" } }, { diff --git a/README.md b/README.md index 2d5567fe66..975ac8ae09 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-spanner - 3.0.1 + 3.0.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner:3.0.2' +compile 'com.google.cloud:google-cloud-spanner:3.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.3" ``` ## Authentication