Skip to content

Commit

Permalink
chore: regenerate README (#1330)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-05-19 05:17:35,360 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-05-19 05:17:36,603 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/1fdc6908-c58a-48fe-a983-76cb64d05e32/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed May 19, 2021
1 parent beebb5c commit fa78fc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "8e45a5ac0cf1053d7cf9e3f40efe49f68678a287"
"sha": "beebb5c8feb78e3c32b606bcb151b06c9e94faf0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>1.131.0</version>
<version>1.131.1</version>
</dependency>

```
Expand All @@ -53,12 +53,12 @@ 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:1.131.0'
compile 'com.google.cloud:google-cloud-bigquery:1.131.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.1"
```

## Authentication
Expand Down

0 comments on commit fa78fc1

Please sign in to comment.