From 78238b7f8dd7d0d247ee965838eed9f29b50a18a Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 21 Feb 2019 11:56:31 -0500 Subject: [PATCH] 1.40.0 for all build tools @sduskis @andreamlin --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b56d4dd7..e3ee8174f 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,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.39.0', - 'com.google.api:gax-grpc:1.39.0' +compile 'com.google.api:gax:1.40.0', + 'com.google.api:gax-grpc:1.40.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "1.39.0" -libraryDependencies += "com.google.api" % "gax-grpc" % "1.39.0" +libraryDependencies += "com.google.api" % "gax" % "1.40.0" +libraryDependencies += "com.google.api" % "gax-grpc" % "1.40.0" ``` [//]: # ({x-version-update-end})