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

Commit 37944bc

Browse files
1 parent b62eed1 commit 37944bc

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
@@ -75,13 +75,13 @@ implementation 'com.google.cloud:google-cloud-automl'
7575
If you are using Gradle without BOM, add this to your dependencies:
7676

7777
```Groovy
78-
implementation 'com.google.cloud:google-cloud-automl:2.3.8'
78+
implementation 'com.google.cloud:google-cloud-automl:2.3.9'
7979
```
8080

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

8383
```Scala
84-
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.8"
84+
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.9"
8585
```
8686

8787
## Authentication

0 commit comments

Comments
 (0)