From 7f4395f396ca2df88b60650e404cd5e968394792 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 21 Jul 2021 02:23:33 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6f2eb5acc41..a50440f4cfb 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": "d72c2f79f8cf0b83da00060587a079ce859c87a2" + "sha": "fa0c65dc31236e05e6b10508281cf58e82ee87ef" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4124d245133c0f740ac5e6fa2e7daeba327f1297" + "sha": "1563597d28eca099d6411bbc29ecd09314a80746" } } ] diff --git a/README.md b/README.md index 9c8ccfbec3b..e582a5b147a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-spanner - 6.9.1 + 6.10.0 ``` @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-spanner' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner:6.9.1' +compile 'com.google.cloud:google-cloud-spanner:6.10.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.9.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.10.0" ``` ## Authentication