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

Commit 9fd20ff

Browse files
chore: regenerate README (#554)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-02 20:14:08,755 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-translate/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:14:10,094 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/bc1254f5-5b06-4c20-a4c9-09dc76dfd037/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 39eab24 commit 9fd20ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-translate.git",
7-
"sha": "3b15f0dec6104871765553e0d14b564ad114b135"
7+
"sha": "4446b49bfdeaff8530baae62229166b106ea6dbd"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a2de127f90799cd5bace653b1dcc5dd2ca8b19c9"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-translate</artifactId>
42-
<version>1.97.3</version>
42+
<version>1.98.0</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-translate'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-translate:1.97.3'
55+
compile 'com.google.cloud:google-cloud-translate:1.98.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.97.3"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.98.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)