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

Commit 6944192

Browse files
chore: regenerate README (#632)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-25 23:42:16,287 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-aiplatform/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-25 23:42:17,513 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/2cc3e7ca-e553-4f56-9a9d-df1a47d3e872/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 12aa48e commit 6944192

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-aiplatform.git",
7-
"sha": "9a4d62e62f327a6aaed013be1bcc0e870c5ca487"
7+
"sha": "12aa48ed62132df43e62094023d83dda6712b33e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
14+
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
1515
}
1616
}
1717
]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ compile 'com.google.cloud:google-cloud-aiplatform'
4545
If you are using Gradle without BOM, add this to your dependencies
4646

4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-aiplatform:2.0.1'
48+
compile 'com.google.cloud:google-cloud-aiplatform:2.0.2'
4949
```
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.0.1"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.0.2"
5555
```
5656

5757
## Authentication

0 commit comments

Comments
 (0)