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

Commit 44b1f9a

Browse files
1 parent c5f211b commit 44b1f9a

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
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset'
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-asset:3.3.1'
60+
implementation 'com.google.cloud:google-cloud-asset:3.4.0'
6161
```
6262

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

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.3.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.4.0"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)