From 1f8050838a0100ac4f761a150f31fea38eed65e2 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 26 Aug 2021 00:32:07 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 8112864fa7a..1a32e32e934 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": "fb3cf03fb458b8b294602bd0c07d946907a66288" + "sha": "269e74edb514eca0f2c686f5ba4498104a00f50b" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "63cff634aabb85854caa511c5837ea6b45f42b4b" + "sha": "31728d872f50e439ded2f67fa8d67955b26a4e35" } } ] diff --git a/README.md b/README.md index a79970c921c..6de915962a0 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ 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.12.0' +compile 'com.google.cloud:google-cloud-spanner:6.12.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.12.0" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.12.1" ``` ## Authentication