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 (#625)
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-30 23:43:52,713 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datacatalog/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-30 23:43:53,769 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/67c145f2-9303-44fa-9457-3c7c41bde501/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 30, 2021
1 parent 34cf8d0 commit fe71e64
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-datacatalog.git",
"sha": "3479002160fab81ddbcdcf17c2c54a2966da6045"
"sha": "34cf8d00584d342d843d5f999d586bfc82db4763"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
"sha": "dfd55ad78a700acf987d592c8279789b1319b8c5"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:22.0.0')
compile 'com.google.cloud:google-cloud-datacatalog'
implementation 'com.google.cloud:google-cloud-datacatalog'
```
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-datacatalog:1.5.3'
implementation 'com.google.cloud:google-cloud-datacatalog:1.5.3'
```

If you are using SBT, add this to your dependencies
Expand Down

0 comments on commit fe71e64

Please sign in to comment.