diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 7dac4b49..d6622729 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-monitoring.git", - "sha": "1fefb028ce504ac892f58a17b6f57143050022da" + "sha": "590723e9ca62d30b0f4cabf5605ea4422f0e184b" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "352f25621c28d2fa0784984ea0ed5ea697aa1525" + "sha": "996775eca5fd934edac3c2ae34b80ff0395b1717" } } ] diff --git a/README.md b/README.md index d9949b2f..423b3428 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,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-monitoring:2.0.8' +compile 'com.google.cloud:google-cloud-monitoring:2.0.9' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.0.8" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.0.9" ``` ## Authentication