Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 15277c5

Browse files
1 parent 0dfa7fb commit 15277c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-resourcemanager:1.5.3'
59+
implementation 'com.google.cloud:google-cloud-resourcemanager:1.5.4'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.5.3"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-resourcemanager" % "1.5.4"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)