diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6f2eb5acc4..a50440f4cf 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 9c8ccfbec3..e582a5b147 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