diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ab9376d2454..64e34dca5d3 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": "729dbf0644c7906e144460de44ac3d68cbae79c7" + "sha": "edb7ef41c599b71f3b57e429189f70db5f72b77b" } }, { diff --git a/README.md b/README.md index 768361bb4d5..7aedeb61f64 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,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:2.0.2' +compile 'com.google.cloud:google-cloud-spanner:3.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "2.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "3.0.0" ``` ## Authentication