From 3f31352ba8ed3187b456a2a7e3328fa040aa74cd Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 12 Aug 2021 22:29:01 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index fc4efc8265..09fe510f4b 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "70abb812b3ebfa47d70dccd936a65c10f35b4817" + "sha": "855faeb5c220ae951735fc340242f187be35dc6f" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5605f38f153e7627ba4441a2c5181060b664d224" + "sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d" } } ] diff --git a/README.md b/README.md index 2d1d958eec..c1fa789fc3 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-bigquery' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:2.0.1' +compile 'com.google.cloud:google-cloud-bigquery:2.1.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.1.0" ``` ## Authentication