Skip to content

Commit

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


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

```
2021-09-01 17:00:40,270 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-09-01 17:00:43,197 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/968593e2-882b-4456-b0bc-b429972ee045/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored Sep 1, 2021
1 parent 0b5ef38 commit 22fc863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "0ab4bbbb1203f0dda49be721df7e2cee3838ec0b"
"sha": "0b5ef38a2f23cfe48653fcbf725ffdb05df46c2f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e770c12f2a9a5f84566fe04b16a4ceec1c8c109b"
"sha": "5c0fa62eea9c33ebe61e582424b659eb264e1ba4"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.1.0'
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.1.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.1.1"
```

## Authentication
Expand Down

0 comments on commit 22fc863

Please sign in to comment.