diff --git a/README.md b/README.md index 116161568..dde09dce1 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,13 @@ compile 'com.google.cloud:google-cloud-automl' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-automl:1.5.5' +compile 'com.google.cloud:google-cloud-automl:2.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "1.5.5" +libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.0.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 11302c4bd..730e1c0cd 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -63,7 +63,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 b138b1254..ae2350211 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -62,7 +62,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 a5841c019..3285512c8 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -71,7 +71,7 @@ com.google.cloud google-cloud-core - 2.0.2 + 2.0.3 test tests