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

Commit b080a3b

Browse files
chore: regenerate README (#430)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-07 15:07:01,883 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-aiplatform/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-07 15:07:03,929 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/f06cab94-eb2e-44ab-8da5-924463b3eaa1/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 176fdff commit b080a3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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": "dc73fad8c067081ef7b078229c2b1e933a02cbb6"
7+
"sha": "176fdffdf0c8593a709928d3ababcb72f1358fc5"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "9763f20e4b7bb1091082462b2f7970e965d0d414"
14+
"sha": "39652e3948f455fd0b77535a0145eeec561a3706"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ compile 'com.google.cloud:google-cloud-aiplatform'
4040
```
4141
If you are using Gradle without BOM, add this to your dependencies
4242
```Groovy
43-
compile 'com.google.cloud:google-cloud-aiplatform:1.0.0'
43+
compile 'com.google.cloud:google-cloud-aiplatform:1.0.1'
4444
```
4545

4646
If you are using SBT, add this to your dependencies
4747
```Scala
48-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "1.0.0"
48+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "1.0.1"
4949
```
5050

5151
## Authentication

0 commit comments

Comments
 (0)