diff --git a/README.md b/README.md index dc4754719..d2407435d 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsublite:1.9.0' +implementation 'com.google.cloud:google-cloud-pubsublite:1.9.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.0" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.1" ``` ## Authentication