diff --git a/README.md b/README.md index d2f96092..eb46ff99 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-monitoring - 3.16.0 + 3.18.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring:3.16.0' +implementation 'com.google.cloud:google-cloud-monitoring:3.18.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.16.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.18.0" ``` ## Authentication