Skip to content

Commit e1b9ebc

Browse files
1 parent 5a05c3f commit e1b9ebc

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
@@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
3232
If you are using Gradle without BOM, add this to your dependencies:
3333

3434
```Groovy
35-
implementation 'com.google.cloud:google-cloud-pubsublite:1.11.0'
35+
implementation 'com.google.cloud:google-cloud-pubsublite:1.11.1'
3636
```
3737

3838
If you are using SBT, add this to your dependencies:
3939

4040
```Scala
41-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.0"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.1"
4242
```
4343

4444
## Authentication

0 commit comments

Comments
 (0)