Skip to content

Commit

Permalink
chore: regenerate README (#1265)
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-24 20:22:18,909 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-24 20:22:20,009 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/ab19ca22-b9f1-4d70-9c1a-427d90f84573/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 24, 2021
1 parent 4f89a59 commit ba2c14b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "129c6ffa94e59cd38608283b4014e9c210f2f95c"
"sha": "6e42fa024eac95fc43676ff1d37dd71c89824376"
}
},
{
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.4</version>
<version>2.1.0</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.4'
compile 'com.google.cloud:google-cloud-bigquerystorage:2.1.0'
```

If you are using SBT, add this to your dependencies

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

## Authentication
Expand Down

0 comments on commit ba2c14b

Please sign in to comment.