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 5a05c3f commit e1b9ebcCopy full SHA for e1b9ebc
‎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.11.0'
+implementation 'com.google.cloud:google-cloud-pubsublite:1.11.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.11.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.1"
42
43
44
## Authentication
0 commit comments