Skip to content

Commit

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


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

```
2021-06-07 16:54:19,937 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-07 16:54:21,178 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/efe658b6-75ab-496c-ad8a-4bd12c9101c5/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored Jun 7, 2021
1 parent bf55699 commit d8b7a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "384dcc5fb9907ea9ff26a53d42c7033bd336bc73"
"sha": "bf55699d849de7e873577de04e44fbfe0f078ab1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.132.0'
compile 'com.google.cloud:google-cloud-bigquery:1.132.1'
```

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

## Authentication
Expand Down

0 comments on commit d8b7a56

Please sign in to comment.