Skip to content

Commit

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


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

```
2021-04-26 23:08:51,617 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-26 23:08:52,912 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/bb16ccb1-518a-42a7-a428-a8e68bb9baaa/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 26, 2021
1 parent 705a8d7 commit 6b8c0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "7503dfa642548ebc12c2fcb1a83e88dd01e7a693"
"sha": "776c670267d2c9bbc730c41f8187ac853b8525d3"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5a6f30b8bb7672cf237c4f75d5aa96bfba170e7f"
"sha": "a648ce0ca3fe122b3186d7e6861cb641437e485e"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigquerystorage'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.0'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.20.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.20.1"
```

## Authentication
Expand Down

0 comments on commit 6b8c0bd

Please sign in to comment.