Skip to content

Commit

Permalink
chore: regenerate README (#1070)
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-13 18:06:33,335 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-05-13 18:06:34,662 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/6dccd13f-4720-43ce-8000-f1785ba2bfb8/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation authored May 13, 2021
1 parent 38ae816 commit 836ffb1
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": "673cd094c35be8f6f9ed6e477d0e82c73d592efb"
"sha": "38ae816a0b1c1b35fd50ca6b55dd73ec4ee9f4bc"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6726988c677bb78385868bfc48dbfa2fe981d44a"
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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>1.20.4</version>
<version>1.20.5</version>
</dependency>

```
Expand All @@ -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.4'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.5'
```

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

## Authentication
Expand Down

0 comments on commit 836ffb1

Please sign in to comment.