Skip to content
This repository was archived by the owner on Sep 16, 2023. 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 post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Aug 9, 2022
commit b6f905a8d83db661315d8496478f3430e6d2f551
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-iot'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-iot:2.3.0'
implementation 'com.google.cloud:google-cloud-iot:2.3.2'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.3.2"
```

## Authentication
Expand Down