From 76ce5f8fdf1d232210ec68cc8f37c4125e0a4f0c Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 24 Feb 2021 00:58:32 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 34afa0fa601..165ee29c602 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": "92b5537816d2b337a9c6a8501f9d99b9646a88d1" + "sha": "e3a5342cb53860d968e3146dbdc7f8c4c10f8f15" } }, { diff --git a/README.md b/README.md index 577beb86049..eef1a4a6c9f 100644 --- a/README.md +++ b/README.md @@ -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:4.0.1' +compile 'com.google.cloud:google-cloud-spanner:4.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "4.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "4.0.2" ``` ## Authentication