diff --git a/README.md b/README.md index 7ca0ed2f..bff624bc 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.2.6 + 2.2.7 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.2.6' +implementation 'com.google.cloud:google-cloud-shell:2.2.7' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.6" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.7" ``` ## Authentication