From db778525756e9aaceab4da7e7b39085d497367bd Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 27 Aug 2020 18:35:36 -0700 Subject: [PATCH] chore: updates README to version 1.60 Updates README section of groovy and scala to point to latest client library version (1.60). --- README.md | 4 ++-- synth.metadata | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2149ed26fb2..90b99368ef6 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-spanner:1.59.0' +compile 'com.google.cloud:google-cloud-spanner:1.60.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.59.0" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.60.0" ``` [//]: # ({x-version-update-end}) diff --git a/synth.metadata b/synth.metadata index 02ea85b9911..2eaa98ec8c8 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-spanner.git", - "sha": "5d115d49b988b3fc1c59ae41ee53d7c5a83b4d11" + "sha": "77398f2771d5531b8f703c17df694dc77e42f35f" } }, {