Skip to content

Commit

Permalink
chore: regenerate README (#1252)
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-19 17:38:54,304 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-19 17:38:55,345 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/3c9668df-7e61-4780-9179-d5e7f6a30a22/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 19, 2021
1 parent 2aa2d02 commit dc061bf
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": "949bcb6bb7fef9b03fc8cf5aee58538e34fc0211"
"sha": "2aa2d02293a51fb2689013ad8dbb7a36fc52fe97"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
"sha": "484b7ec7bdef3909589a83e3d763e7588cb8c37c"
}
}
]
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.2</version>
<version>2.0.3</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.2'
compile 'com.google.cloud:google-cloud-bigquerystorage:2.0.3'
```

If you are using SBT, add this to your dependencies

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

## Authentication
Expand Down

0 comments on commit dc061bf

Please sign in to comment.