diff --git a/README.md b/README.md index 20e1a7fd..765f7ae6 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-recaptchaenterprise' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-recaptchaenterprise:1.2.2' +compile 'com.google.cloud:google-cloud-recaptchaenterprise:2.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "1.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "2.0.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index a1ca2f55..d7e81871 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.0.0 + 2.0.1 pom import