Skip to content

Commit

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


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

```
2020-12-15 22:37:55,669 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2020-12-15 22:37:56,559 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/2ea039b0-7839-4e43-9077-028fb4200506/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Dec 15, 2020
1 parent 9b5f119 commit 3fa869d
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": "ace8a95549e97a307abb73fc4204a569dce4c7ce"
"sha": "c405157cd6704981d58c73f8b1918e0e06731f33"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "352f25621c28d2fa0784984ea0ed5ea697aa1525"
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
}
}
]
Expand Down
6 changes: 3 additions & 3 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.1.0</version>
<version>16.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerystorage:1.7.0'
compile 'com.google.cloud:google-cloud-bigquerystorage:1.7.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.7.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.7.2"
```

## Authentication
Expand Down

0 comments on commit 3fa869d

Please sign in to comment.