Skip to content

Commit

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


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

```
2021-08-23 15:42:18,314 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-23 15:42:19,589 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/c89a4202-0838-407d-b598-4dc0cea6d8c6/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 23, 2021
1 parent 129c6ff commit 6f095db
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": "2aa2d02293a51fb2689013ad8dbb7a36fc52fe97"
"sha": "129c6ffa94e59cd38608283b4014e9c210f2f95c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c"
"sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
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.0.3</version>
<version>2.0.4</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ 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:2.0.3'
compile 'com.google.cloud:google-cloud-bigquerystorage:2.0.4'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.3"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.4"
```

## Authentication
Expand Down

0 comments on commit 6f095db

Please sign in to comment.