diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f860dbab..3e321b10 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-bigqueryreservation.git", - "sha": "4e0316c2a9ca899e0da4f3ac4a8b9cd9f5b1e39a" + "sha": "94d53acae1c94779222f16783dc9d9bdb2bbc040" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3" + "sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217" } } ] diff --git a/README.md b/README.md index aa267b63..3c5e31f4 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryreservation - 1.2.2 + 2.0.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryreservation:1.2.2' +compile 'com.google.cloud:google-cloud-bigqueryreservation:2.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.0.0" ``` ## Authentication