There was an error while loading. Please reload this page.
1 parent 0d69794 commit 47dd43bCopy full SHA for 47dd43b
‎README.md‎
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
If you are using Gradle without BOM, add this to your dependencies:
59
60
```Groovy
61
-implementation 'com.google.cloud:google-cloud-pubsub:1.120.21'
+implementation 'com.google.cloud:google-cloud-pubsub:1.120.22'
62
```
63
64
If you are using SBT, add this to your dependencies:
65
66
```Scala
67
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.22"
68
69
70
## Authentication
0 commit comments