diff --git a/README.md b/README.md index 6fa69653..27cd3b8c 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.2.1' +implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.2.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.2.2" ``` ## Authentication