diff --git a/README.md b/README.md index f83250a..f16818d 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-batch - 0.2.0 + 0.2.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-batch:0.2.0' +implementation 'com.google.cloud:google-cloud-batch:0.2.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.2.2" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 746eb46..00644f9 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.0 + 3.4.1