diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ec4c48d9..17d118ba 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-resourcemanager.git", - "sha": "7ce3fc5a27919d39577cc48df09203fbbb56a868" + "sha": "84f9d8092d53f4450b70bb008616d55c680d8b20" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "740366bbb9a7e0f4b77fc75dc26be1d3a376c3e0" + "sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e" } } ] diff --git a/README.md b/README.md index ddc84248..5548b770 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ compile 'com.google.cloud:google-cloud-resourcemanager' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-resourcemanager:0.119.6-alpha' +compile 'com.google.cloud:google-cloud-resourcemanager:0.119.7-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.6-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "0.119.7-alpha" ``` ## Authentication