Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot
  • Loading branch information
gcf-owl-bot[bot] committed Feb 4, 2022
commit bc9d8fdac9e5da426a6af324e062b036fbd90fb7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-pubsub:1.115.1'
implementation 'com.google.cloud:google-cloud-pubsub:1.115.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.1"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.2"
```

## Authentication
Expand Down