Skip to content

Commit

Permalink
chore: change branch master to main in github configurations (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Sep 29, 2021
1 parent 961917d commit f587696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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.114.4'
implementation 'com.google.cloud:google-cloud-pubsub:1.114.5'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.114.4"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.114.5"
```

## Authentication
Expand Down

0 comments on commit f587696

Please sign in to comment.