This repository was archived by the owner on Oct 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-translate</artifactId >
22
- <version >2.1.12 </version >
22
+ <version >2.1.13 </version >
23
23
</dependency >
24
24
```
25
25
26
26
If you are using Gradle without BOM, add this to your dependencies
27
27
28
28
``` Groovy
29
- implementation 'com.google.cloud:google-cloud-translate:2.1.12 '
29
+ implementation 'com.google.cloud:google-cloud-translate:2.1.13 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies
33
33
34
34
``` Scala
35
- libraryDependencies += " com.google.cloud" % " google-cloud-translate" % " 2.1.12 "
35
+ libraryDependencies += " com.google.cloud" % " google-cloud-translate" % " 2.1.13 "
36
36
```
37
37
38
38
## Authentication
Original file line number Diff line number Diff line change 170
170
<plugin >
171
171
<groupId >org.apache.maven.plugins</groupId >
172
172
<artifactId >maven-javadoc-plugin</artifactId >
173
- <version >3.3.2 </version >
173
+ <version >3.4.0 </version >
174
174
<reportSets >
175
175
<reportSet >
176
176
<id >html</id >
You can’t perform that action at this time.
0 commit comments