This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file
3232<dependency >
3333 <groupId >com.google.api</groupId >
3434 <artifactId >gax</artifactId >
35- <version >1.28 .0</version >
35+ <version >1.29 .0</version >
3636</dependency >
3737<dependency >
3838 <groupId >com.google.api</groupId >
3939 <artifactId >gax-grpc</artifactId >
40- <version >1.28 .0</version >
40+ <version >1.29 .0</version >
4141</dependency >
4242```
4343
4444If you are using Gradle, add this to your dependencies
4545
4646``` Groovy
47- compile 'com.google.api:gax:1.28 .0',
48- 'com.google.api:gax-grpc:1.28 .0'
47+ compile 'com.google.api:gax:1.29 .0',
48+ 'com.google.api:gax-grpc:1.29 .0'
4949```
5050
5151If you are using SBT, add this to your dependencies
5252
5353``` Scala
54- libraryDependencies += " com.google.api" % " gax" % " 1.28 .0"
55- libraryDependencies += " com.google.api" % " gax-grpc" % " 1.28 .0"
54+ libraryDependencies += " com.google.api" % " gax" % " 1.29 .0"
55+ libraryDependencies += " com.google.api" % " gax-grpc" % " 1.29 .0"
5656```
5757
5858[ // ] : # ( /_QUICKSTART_ WARNING: This section is automatically inserted by build scripts )
Original file line number Diff line number Diff line change 1414 <groupId >com.google.api</groupId >
1515 <artifactId >gax</artifactId >
1616 <!-- WARNING this is automatically populated by a build script, don't update manually -->
17- <version >1.28 .0</version >
17+ <version >1.29 .0</version >
1818 </dependency >
1919 <dependency >
2020 <groupId >com.google.api</groupId >
2121 <artifactId >gax-grpc</artifactId >
2222 <!-- WARNING this is automatically populated by a build script, don't update manually -->
23- <version >1.28 .0</version >
23+ <version >1.29 .0</version >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.google.auto.value</groupId >
You can’t perform that action at this time.
0 commit comments