From 8aec061621688d757a5192f5b999465bde085398 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 14 Oct 2020 13:20:11 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6cc05107a78..28ec7ce7c48 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-spanner.git", - "sha": "44882238f73e3659306e6c63aa652e7a0bc6e43f" + "sha": "c580df8e1175bde293890c2a68e8816951c068d3" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "b6164c26a111f7f587099d31253abb96b5737bb2" + "sha": "3c1fd09ba8d1c7b7092662f6f8330f521d4e7739" } } ] diff --git a/README.md b/README.md index 461e4d77a99..b42b02b5adc 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,6 @@ If you are using Maven without BOM, add this to your dependencies: ``` -[//]: # ({x-version-update-start:google-cloud-spanner:released}) - If you are using Gradle, add this to your dependencies ```Groovy compile 'com.google.cloud:google-cloud-spanner:2.0.2' @@ -53,7 +51,6 @@ If you are using SBT, add this to your dependencies ```Scala libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "2.0.2" ``` -[//]: # ({x-version-update-end}) ## Authentication