Skip to content

Commit

Permalink
chore: regenerate README (#1132)
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-13 00:29:13,594 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-13 00:29:14,783 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/18d80cdd-0ed7-4d57-a9d3-8ed574c8f96f/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 13, 2021
1 parent 1eddfac commit 224caba
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
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "24f3252a82f6f7ffaa2a13cb14a6908371268bfe"
"sha": "1eddfaced551cd3bb7fd603043213496a8b6ae2f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "2430f8d90ed8a508e8422a3a7191e656d5a6bf53"
"sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
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.22.2</version>
<version>1.22.3</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.22.2'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.22.3'
```

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

## Authentication
Expand Down

0 comments on commit 224caba

Please sign in to comment.