Skip to content

Commit 47dd43b

Browse files
1 parent 0d69794 commit 47dd43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.120.21'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.120.22'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.21"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.22"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)