diff --git a/README.md b/README.md index 9fa981b3d..8b944c50a 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ If you are using Maven, add this to your pom.xml file If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:1.33.1', - 'com.google.api:gax-grpc:1.33.1' +compile 'com.google.api:gax:1.39.0', + 'com.google.api:gax-grpc:1.39.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "1.33.1" -libraryDependencies += "com.google.api" % "gax-grpc" % "1.33.1" +libraryDependencies += "com.google.api" % "gax" % "1.39.0" +libraryDependencies += "com.google.api" % "gax-grpc" % "1.39.0" ``` Java Versions