We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bdb77 commit 5bf88a3Copy full SHA for 5bf88a3
‎README.md
@@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
32
If you are using Gradle without BOM, add this to your dependencies:
33
34
```Groovy
35
-implementation 'com.google.cloud:google-cloud-pubsublite:1.9.0'
+implementation 'com.google.cloud:google-cloud-pubsublite:1.9.1'
36
```
37
38
If you are using SBT, add this to your dependencies:
39
40
```Scala
41
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.9.1"
42
43
44
## Authentication
0 commit comments