diff --git a/README.md b/README.md index 4bc6b3d8..155103d0 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-translate' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-translate:1.98.5' +compile 'com.google.cloud:google-cloud-translate:2.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "1.98.5" +libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.0.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 54a205d9..fa461716 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -52,7 +52,7 @@ com.google.cloud google-cloud-core - 2.0.2 + 2.0.3 test tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index bf345243..b8a8dc21 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -52,7 +52,7 @@ com.google.cloud google-cloud-core - 2.0.2 + 2.0.3 test tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index a6a9d192..67ad8ace 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -62,7 +62,7 @@ com.google.cloud google-cloud-core - 2.0.2 + 2.0.3 test tests