diff --git a/README.md b/README.md index 3a2546cf9..6511f87cb 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-dialogflow-cx</artifactId> - <version>0.9.0</version> + <version>0.10.0</version> </dependency> ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.9.0' +implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.10.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.9.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.10.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 735e71282..68304f7f5 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-shared-dependencies</artifactId> - <version>2.2.1</version> + <version>2.3.0</version> <type>pom</type> <scope>import</scope> </dependency>