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

Commit

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


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

```
2021-02-26 01:23:24,049 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-translate/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-02-26 01:23:25,658 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/dafd1ec4-8b29-43eb-839e-9e0397196994/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation authored Feb 26, 2021
1 parent 09b2e7d commit 6bd38b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-translate.git",
"sha": "82f71234f5ab9578afcce51cb6431850b4736927"
"sha": "09b2e7d454323f7e47e2e515976bdb14312a42f7"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>1.95.9</version>
<version>1.95.10</version>
</dependency>

```
Expand All @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-translate'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-translate:1.95.9'
compile 'com.google.cloud:google-cloud-translate:1.95.10'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.95.9"
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.95.10"
```

## Authentication
Expand Down

0 comments on commit 6bd38b2

Please sign in to comment.