Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

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


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

```
2021-05-19 03:37:37,485 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryconnection/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-05-19 03:37:38,667 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/c010e3e0-cd0c-46c6-824e-53c953415aab/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed May 19, 2021
1 parent 2b43cd3 commit 2697d03
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-bigqueryconnection.git",
"sha": "baa7fe9b4bba2f4b9532ae3108ea61db4f91c91b"
"sha": "2b43cd30924ced9f4fa79baa8311fa69a13414b7"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
"sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>1.0.17</version>
<version>1.0.18</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.17'
compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.18'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.17"
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.18"
```

## Authentication
Expand Down

0 comments on commit 2697d03

Please sign in to comment.