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

Commit 7813380

Browse files
1 parent 5d6745a commit 7813380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@ If you are using Maven without BOM, add this to your dependencies:
6868
If you are using Gradle 5.x or later, add this to your dependencies:
6969

7070
```Groovy
71-
implementation platform('com.google.cloud:libraries-bom:26.1.1')
71+
implementation platform('com.google.cloud:libraries-bom:26.1.2')
7272
7373
implementation 'com.google.cloud:google-cloud-automl'
7474
```
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.9'
78+
implementation 'com.google.cloud:google-cloud-automl:2.3.10'
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.9"
84+
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.10"
8585
```
8686

8787
## Authentication

0 commit comments

Comments
 (0)