Skip to content

Commit

Permalink
chore: regenerate README (#1231)
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-11 16:53:49,424 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 16:53:50,621 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/707a799b-3cff-4fd7-938e-46f5b04fd67f/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 9678ea5 commit 0f01d1b
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": "d8a312afdba4e2f81e25f9263d27e0c97f725f75"
"sha": "9678ea58af343a0e359a5682980607de0d172805"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
}
}
]
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.0</version>
<version>2.0.1</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.0'
compile 'com.google.cloud:google-cloud-bigquerystorage:2.0.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.0.1"
```

## Authentication
Expand Down

0 comments on commit 0f01d1b

Please sign in to comment.