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

Commit

Permalink
chore: regenerate README (#613)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-08-11 02:54:51,495 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-vision/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 02:54:52,728 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/a6b7ec4c-564f-496f-bfbd-495e5b9100cf/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 5c47161 commit 6e5920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-vision.git",
"sha": "413fbe9f0f37a5d8c16cbb8e35b01e1d47e3255b"
"sha": "5c4716187b3c3450dc277f541dddf9a32b9314a2"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-vision'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-vision:1.103.7'
compile 'com.google.cloud:google-cloud-vision:2.0.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "1.103.7"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.0.0"
```

## Authentication
Expand Down

0 comments on commit 6e5920d

Please sign in to comment.