Skip to content

Commit

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


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

```
2021-01-14 23:45:07,999 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-14 23:45:08,971 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/8eeeb76c-95fd-4aa2-9af9-9bf92c0b499c/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 15, 2021
1 parent 0ceff8a commit 8c4cec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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": "f02bed448912b683a85fe31e1c7da3efe169d95c"
"sha": "0ceff8ac3db27c98da38ea2b431d41cbc1856941"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>16.2.1</version>
<version>16.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -38,25 +38,25 @@ 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.8.3</version>
<version>1.8.4</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:16.2.1')
implementation platform('com.google.cloud:libraries-bom:16.3.0')
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.8.3'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.4'
```

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

## Authentication
Expand Down

0 comments on commit 8c4cec8

Please sign in to comment.